adding neorg
This commit is contained in:
13
lua/plugins/completion/treesitter.lua
Normal file
13
lua/plugins/completion/treesitter.lua
Normal file
@@ -0,0 +1,13 @@
|
||||
return {
|
||||
"nvim-treesitter/nvim-treesitter",
|
||||
-- Important: On NixOS, we don't want lazy to build it
|
||||
build = false,
|
||||
lazy = false,
|
||||
config = function()
|
||||
require("nvim-treesitter").setup({
|
||||
-- Disable auto_install so it doesn't try to use 'git' or 'curl'
|
||||
auto_install = false,
|
||||
highlight = { enable = true },
|
||||
})
|
||||
end,
|
||||
}
|
||||
Reference in New Issue
Block a user