mirror of
https://github.com/mitchell/dotfiles.git
synced 2026-04-23 16:00:11 +00:00
update: nvim pkgs and keybinds; enable tsx/jsx highlighting
This commit is contained in:
parent
6f79e6abe9
commit
ac3ae0076b
3 changed files with 11 additions and 5 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue