Rework Neovim configuration
This commit is contained in:
parent
7bd97e0f6e
commit
da96f0a640
11 changed files with 470 additions and 398 deletions
11
home-manager/cli/neovim/files/treesitter.lua
Normal file
11
home-manager/cli/neovim/files/treesitter.lua
Normal file
|
@ -0,0 +1,11 @@
|
|||
-- Tree sitter
|
||||
--
|
||||
local ts = require 'nvim-treesitter.configs'
|
||||
|
||||
ts.setup {
|
||||
sync_install = false,
|
||||
highlight = {
|
||||
enable = true,
|
||||
additional_vim_regex_highlighting = false,
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue