Lots of latex stuff and idk what else (timezone change!)
This commit is contained in:
parent
b1ec69ad9d
commit
f17b922131
31 changed files with 398 additions and 67 deletions
dotfiles/neovim/lua/my/plugins
|
@ -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).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue