migrate to stow
This commit is contained in:
12
neovim/.config/nvim/lua/user/treesitter.lua
Normal file
12
neovim/.config/nvim/lua/user/treesitter.lua
Normal file
@@ -0,0 +1,12 @@
|
||||
require("nvim-treesitter.configs").setup({
|
||||
ensure_installed = "maintained",
|
||||
highlight = {
|
||||
enable = true,
|
||||
},
|
||||
context_commentstring = {
|
||||
enable = true,
|
||||
},
|
||||
autotag = {
|
||||
enable = true,
|
||||
},
|
||||
})
|
||||
Reference in New Issue
Block a user