VIM: Adds some syntax plugins

These plugins shouldn't add much (if any) functionality. They are just
for syntax highlighting, indenting etc.
This commit is contained in:
Jonathan Hodgson 2020-09-26 17:27:32 +01:00
parent 5f134c7f07
commit f9bb318e77
5 changed files with 16 additions and 1 deletions

View file

@ -2,8 +2,11 @@ let mapleader = "\<Space>"
let maplocalleader = "\\"
if has('packages')
packadd! gruvbox
packadd! fzf.vim
packadd! gruvbox
packadd! vim-json
packadd! vim-less
packadd! vim-tridactyl
endif
" Enables filetype detection as well as filetype specific indent rules and