modified: lua/config.lua
This commit is contained in:
+2
-2
@@ -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"}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user