Convert Neovim configuration to module
This commit is contained in:
parent
f65ec32010
commit
a0e5672290
13 changed files with 130 additions and 123 deletions
10
modules/home-manager/cli/neovim/files/treesitter.lua
Normal file
10
modules/home-manager/cli/neovim/files/treesitter.lua
Normal file
|
@ -0,0 +1,10 @@
|
|||
-- Tree sitter
|
||||
--
|
||||
local ts = require 'nvim-treesitter.configs'
|
||||
|
||||
ts.setup {
|
||||
sync_install = false,
|
||||
highlight = {
|
||||
enable = true,
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue