Zynh0722 2024-03-14 15:48:16 -07:00
commit 4ff405c8dd
3 changed files with 6 additions and 5 deletions

1
after/ftplugin/nix.lua Normal file
View File

@ -0,0 +1 @@
vim.opt.commentstring = "#%s"

View File

@ -17,3 +17,4 @@
},
"version": 2
}

View File

@ -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,
},