wip
This commit is contained in:
parent
b3d90826a8
commit
221c01e6e3
6 changed files with 298 additions and 124 deletions
|
@ -7,13 +7,22 @@ return {
|
|||
},
|
||||
config = function()
|
||||
require("nvim-treesitter.configs").setup({
|
||||
highlight = { enable = true },
|
||||
indent = { enable = true },
|
||||
autotag = { enable = true },
|
||||
sync_install = false,
|
||||
highlight = {
|
||||
enable = true,
|
||||
},
|
||||
indent = {
|
||||
enable = true,
|
||||
},
|
||||
autotag = {
|
||||
enable = true,
|
||||
},
|
||||
ensure_installed = {
|
||||
"bash",
|
||||
"caddy",
|
||||
"gitignore",
|
||||
"git_config",
|
||||
"git_rebase",
|
||||
"markdown",
|
||||
"markdown_inline",
|
||||
"yaml",
|
||||
|
@ -25,12 +34,6 @@ return {
|
|||
},
|
||||
incremental_selection = {
|
||||
enable = true,
|
||||
keymaps = {
|
||||
init_selection = "<C-space>",
|
||||
node_incremental = "<C-space>",
|
||||
scope_incremental = false,
|
||||
node_decremental = "<bs>",
|
||||
},
|
||||
},
|
||||
})
|
||||
end,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue