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