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:
parent
5f134c7f07
commit
f9bb318e77
5 changed files with 16 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue