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

@ -16,4 +16,5 @@
"NEWS.md": "2123" "NEWS.md": "2123"
}, },
"version": 2 "version": 2
} }

View File

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