mirror of
https://github.com/runyanjake/dotfiles.git
synced 2025-10-04 13:57:28 -07:00
Add nvim-treesitter custom languages'
'
This commit is contained in:
parent
e96cf42e43
commit
71fcb7dd81
15
lazyvim/lua/plugins/nvim-treesitter.lua
Normal file
15
lazyvim/lua/plugins/nvim-treesitter.lua
Normal file
@ -0,0 +1,15 @@
|
||||
return {
|
||||
{
|
||||
"nvim-treesitter/nvim-treesitter",
|
||||
build = ":TSUpdate",
|
||||
opts = {
|
||||
ensure_installed = { "lua", "python", "javascript", "java", "sql"},
|
||||
highlight = {
|
||||
enable = true,
|
||||
additional_vim_regex_highlighting = false,
|
||||
},
|
||||
indent = { enable = true },
|
||||
},
|
||||
},
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user