Modernizied structure of configure files
This commit is contained in:
parent
515972d957
commit
6f55a66333
12 changed files with 264 additions and 254 deletions
9
lua/plugins/nvim-treesitter.lua
Normal file
9
lua/plugins/nvim-treesitter.lua
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
return { "nvim-treesitter/nvim-treesitter",
|
||||
build = ":TSUpdate",
|
||||
config = function()
|
||||
require("nvim-treesitter.configs").setup {
|
||||
ensure_installed = { 'c', 'cpp', 'lua' },
|
||||
highlight = { enable = true, }
|
||||
}
|
||||
end
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue