Merge branch 'main' of https://github.com/Zynh0722/nvim
commit
4ff405c8dd
|
@ -0,0 +1 @@
|
||||||
|
vim.opt.commentstring = "#%s"
|
|
@ -17,3 +17,4 @@
|
||||||
},
|
},
|
||||||
"version": 2
|
"version": 2
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -15,10 +15,9 @@ return {
|
||||||
"nvim-treesitter/nvim-treesitter",
|
"nvim-treesitter/nvim-treesitter",
|
||||||
opts = function(_, opts)
|
opts = function(_, opts)
|
||||||
-- add tsx and treesitter
|
-- add tsx and treesitter
|
||||||
-- vim.list_extend(opts.ensure_installed, {
|
vim.list_extend(opts.ensure_installed, {
|
||||||
-- "tsx",
|
"lua",
|
||||||
-- "typescript",
|
})
|
||||||
-- })
|
|
||||||
opts.ensure_installed = {}
|
opts.ensure_installed = {}
|
||||||
end,
|
end,
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue