Not gook big commit...
This commit is contained in:
parent
f1b7a59595
commit
6829f75639
10 changed files with 162 additions and 61 deletions
12
conf/nvim/lua/plugins/treesitter.lua
Normal file
12
conf/nvim/lua/plugins/treesitter.lua
Normal file
|
@ -0,0 +1,12 @@
|
|||
-- Tree sitter
|
||||
local ts = require 'nvim-treesitter.configs'
|
||||
|
||||
ts.setup {
|
||||
ensure_installed = 'maintained',
|
||||
sync_install = false,
|
||||
ignore_install = { 'erlang' },
|
||||
highlight = {
|
||||
enable = true,
|
||||
additional_vim_regex_highlighting = false,
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue