1
Fork 0

random update

This commit is contained in:
Matei Adriel 2022-05-26 19:33:38 +03:00
commit a1f39da01d
9 changed files with 47 additions and 23 deletions
dotfiles/neovim/lua/my/plugins

View file

@ -10,8 +10,10 @@ function M.setup()
sync_install = false,
indent = {enable = true},
highlight = {
enable = true,
disable = {"lua"}, -- WHY TF DOES THIS NOT WORK
enable = false,
disable = {
"lua", "json", "yaml", "bash", "scss", "html", "javascript"
}, -- WHY TF
-- Setting this to true will run `:h syntax` and tree-sitter at the same time.
-- Set this to `true` if you depend on 'syntax' being enabled (like for indentation).