Update vim plugins

This commit is contained in:
Haak Saxberg 2026-03-19 10:48:46 -07:00
parent 07cfcb7b4b
commit 1ae28d39ec
3 changed files with 117 additions and 63 deletions

View file

@ -51,7 +51,6 @@ autocmd BufWritePre * :%s/\s\+$//e
noremap ; :
inoremap jj <Esc>
noremap Q <nop>
noremap ? :lua require("precognition").peek()<CR>
""" Esperanto digraphs (for use with ctrl-k)
:digraph Cx 264
@ -85,11 +84,3 @@ set scrolloff=10
if filereadable($HOME . "/.vimrc.local")
source ~/.vimrc.local
endif
lua << EOF
require'nvim-treesitter.configs'.setup {
highlight = {
enable = true,
},
}
EOF