modified: lua/config.lua

This commit is contained in:
2021-11-14 20:40:05 -06:00
parent 653e600f1c
commit 1e3b31da65
+2 -2
View File
@@ -53,7 +53,7 @@ g.bclose_no_plugin_maps = true
-- BRACEY.VIM -- -- BRACEY.VIM --
---------------- ----------------
-- https://github.com/turbio/bracey.vim -- https://github.com/turbio/bracey.vim
--g.bracey_refresh_on_save = true g.bracey_refresh_on_save = true
----------------------- -----------------------
-- TREESITTER CONFIG -- -- TREESITTER CONFIG --
@@ -62,7 +62,7 @@ require("nvim-treesitter.configs").setup {
ensure_installed = "maintained", ensure_installed = "maintained",
highlight = { highlight = {
enable = true, enable = true,
disable = {"typescript", "tsx", "html"} disable = {"typescript", "tsx", "html", "javascript"}
} }
} }