1
Fork 0

Lots of latex stuff and idk what else (timezone change!)

This commit is contained in:
Matei Adriel 2022-09-09 00:16:11 +02:00
commit f17b922131
31 changed files with 398 additions and 67 deletions
dotfiles/neovim/lua/my/plugins

View file

@ -10,9 +10,9 @@ function M.setup()
sync_install = false,
indent = { enable = true },
highlight = {
enable = true,
enable = false,
disable = { "kotlin" },
disable = { "kotlin", "tex" },
-- 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).