VIM: Adds firevim plugin

This commit is contained in:
Jonathan Hodgson 2020-12-07 11:36:54 +00:00
parent 69c7355225
commit 26a70aef93
3 changed files with 7 additions and 0 deletions

3
.gitmodules vendored
View file

@ -64,3 +64,6 @@
[submodule "nvim/.config/nvim/pack/bundle/opt/AnsiEsc.vim"]
path = nvim/.config/nvim/pack/bundle/opt/AnsiEsc.vim
url = https://github.com/vim-scripts/AnsiEsc.vim
[submodule "nvim/.config/nvim/pack/bundle/opt/firenvim"]
path = nvim/.config/nvim/pack/bundle/opt/firenvim
url = https://github.com/glacambre/firenvim

View file

@ -1,7 +1,9 @@
let mapleader = "\<Space>"
let maplocalleader = "\\"
if has('packages')
packadd! AnsiEsc.vim
packadd! fzf.vim
packadd! gruvbox
packadd! vim-fugitive
@ -17,6 +19,7 @@ if has('packages')
packadd! deoplete-abook
packadd! deoplete-lsp
packadd! deoplete-notmuch
packadd! firenvim
endif
endif

@ -0,0 +1 @@
Subproject commit 5e6fac425119bcbd03a6b7e4d293de0c63cbc5ff