[NeoVim] Small changes
This commit is contained in:
@@ -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>")
|
||||
|
||||
@@ -15,3 +15,5 @@
|
||||
:highlight {:enable true
|
||||
:disable []
|
||||
:additional_vim_regex_highlighting false}})
|
||||
|
||||
((. (require :nvim-treesitter.install) :setup_auto_install))
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
(import-macros {: g!} :hibiscus.vim)
|
||||
|
||||
(g! :vimtex_view_method "zathura")
|
||||
(g! :vimtex_syntax_enabled 0)
|
||||
|
||||
Reference in New Issue
Block a user