Initial commit
This commit is contained in:
19
lua/plugins/config/treesitter.lua
Normal file
19
lua/plugins/config/treesitter.lua
Normal file
@@ -0,0 +1,19 @@
|
||||
require("nvim-treesitter.configs").setup {
|
||||
ensure_installed = {
|
||||
"lua",
|
||||
"typescript",
|
||||
"tsx",
|
||||
"json",
|
||||
"javascript"
|
||||
},
|
||||
highlight = {
|
||||
enable = true,
|
||||
use_languagetree = true
|
||||
},
|
||||
matchup = {
|
||||
enable = true
|
||||
},
|
||||
context_commentstring = {
|
||||
enable = true
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user