[NeoVim] Small changes

This commit is contained in:
2022-08-30 17:48:42 +02:00
parent a87dbbef64
commit f0f796572c
5 changed files with 20 additions and 4 deletions

View File

@@ -16,4 +16,4 @@
(map! [n] :<S-Right> ":bnext<CR>")
(map! [n] :<S-Left> ":bprevious<CR>")
(map! [n] :q ":Bdelete<CR>")
(map! [n] :q ":Bwipeout<CR>")

View File

@@ -15,3 +15,5 @@
:highlight {:enable true
:disable []
:additional_vim_regex_highlighting false}})
((. (require :nvim-treesitter.install) :setup_auto_install))

View File

@@ -1,3 +1,4 @@
(import-macros {: g!} :hibiscus.vim)
(g! :vimtex_view_method "zathura")
(g! :vimtex_syntax_enabled 0)