update: nvim pkgs and keybinds; enable tsx/jsx highlighting

This commit is contained in:
mitchell 2026-04-09 01:21:02 -04:00
parent 6f79e6abe9
commit ac3ae0076b
3 changed files with 11 additions and 5 deletions

View file

@ -35,6 +35,8 @@ return {
vim.opt.foldmethod = "expr"
vim.opt.foldenable = false
table.insert(langs, "javascriptreact")
table.insert(langs, "typescriptreact")
vim.api.nvim_create_autocmd("FileType", {
pattern = langs,
callback = function()