Create new neovim config with lua
This commit is contained in:
15
config/nvim/lua/treesitter.lua
Normal file
15
config/nvim/lua/treesitter.lua
Normal file
@@ -0,0 +1,15 @@
|
||||
require("nvim-treesitter.configs").setup({
|
||||
highlight = {
|
||||
enable = true
|
||||
},
|
||||
rainbow = {
|
||||
enable = true,
|
||||
extended_mode = true
|
||||
},
|
||||
autotag = {
|
||||
enable = true
|
||||
},
|
||||
context_commentstring = {
|
||||
enable = true
|
||||
}
|
||||
})
|
||||
Reference in New Issue
Block a user