1
Fork 0

I hate my life

This commit is contained in:
Matei Adriel 2022-06-19 00:09:21 +03:00
commit 265ddbf84b
29 changed files with 146 additions and 124 deletions
dotfiles/neovim/lua/my/plugins

View file

@ -11,9 +11,6 @@ function M.setup()
indent = {enable = true},
highlight = {
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).