Merge branch 'main' of https://github.com/Zynh0722/nvim
This commit is contained in:
commit
4ff405c8dd
3 changed files with 6 additions and 5 deletions
1
after/ftplugin/nix.lua
Normal file
1
after/ftplugin/nix.lua
Normal file
|
@ -0,0 +1 @@
|
|||
vim.opt.commentstring = "#%s"
|
|
@ -16,4 +16,5 @@
|
|||
"NEWS.md": "2123"
|
||||
},
|
||||
"version": 2
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -15,10 +15,9 @@ return {
|
|||
"nvim-treesitter/nvim-treesitter",
|
||||
opts = function(_, opts)
|
||||
-- add tsx and treesitter
|
||||
-- vim.list_extend(opts.ensure_installed, {
|
||||
-- "tsx",
|
||||
-- "typescript",
|
||||
-- })
|
||||
vim.list_extend(opts.ensure_installed, {
|
||||
"lua",
|
||||
})
|
||||
opts.ensure_installed = {}
|
||||
end,
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue