mirror of
https://github.com/cap153/nvim.git
synced 2025-12-27 03:34:57 +08:00
完善treesitter相关配置
This commit is contained in:
parent
d1f5f0a2c8
commit
6a883b41e9
12 changed files with 207 additions and 182 deletions
|
|
@ -5,8 +5,8 @@ return {
|
|||
config = function()
|
||||
require("peek").setup({
|
||||
port = 9000,
|
||||
-- app = { "firefox-esr", "-private-window" },
|
||||
app = { "google-chrome-stable", "--app=http://localhost:9000/?theme=dark", "--incognito" },
|
||||
app = { "firefox-esr", "-private-window" },
|
||||
-- app = { "google-chrome-stable", "--app=http://localhost:9000/?theme=dark", "--incognito" },
|
||||
})
|
||||
vim.api.nvim_create_user_command("PeekOpen", require("peek").open, {})
|
||||
vim.api.nvim_create_user_command("PeekClose", require("peek").close, {})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue