aboutsummaryrefslogtreecommitdiff
path: root/.vimrc
diff options
context:
space:
mode:
authorConnor Moore <connor@hhmoore.ca>2026-03-31 15:59:43 -0400
committerConnor Moore <connor@hhmoore.ca>2026-03-31 15:59:43 -0400
commit9bc6e089aa97cbcddf2cebd5c2dddfee68822822 (patch)
tree356b09b8b83c2d58ce576ec7051b5b0ecc3c8d98 /.vimrc
parentf3d423d32b9e4eb5d044ec63ccbf2054461d027a (diff)
Added highlighting functionsHEADmaster
Diffstat (limited to '.vimrc')
-rw-r--r--.vimrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/.vimrc b/.vimrc
index 302ae98..79b167e 100644
--- a/.vimrc
+++ b/.vimrc
@@ -4,6 +4,9 @@ Plug 'lervag/vimtex'
Plug 'NewComer00/octavetui.vim', {'branch': 'main'}
Plug 'iamcco/markdown-preview.nvim', { 'do': { -> mkdp#util#install() }, 'for': ['markdown', 'vim-plug'] }
Plug 'vlime/vlime', {'rtp': 'vim/'}
+Plug 'kovisoft/paredit', {'branch': 'master'}
+Plug 'inkarkat/vim-ingo-library', {'branch': 'master'}
+Plug 'inkarkat/vim-mark', {'branch': 'master'}
call plug#end()
" Speed up making new reports