diff options
author | Vasil Zlatanov <vasil.zlatanov@gmail.com> | 2016-12-07 00:41:41 +0000 |
---|---|---|
committer | Vasil Zlatanov <vasil.zlatanov@gmail.com> | 2016-12-07 00:41:41 +0000 |
commit | e66105c5aef77294eeac0e7dca2ec75f026e0fb7 (patch) | |
tree | 14637438bd8e2015b2a3e6c381ddb4d92b4de3e9 /Editor | |
parent | 7919bd93afcfe076286d72d29c94916e34cdf8b1 (diff) | |
download | dotfiles-e66105c5aef77294eeac0e7dca2ec75f026e0fb7.tar.gz dotfiles-e66105c5aef77294eeac0e7dca2ec75f026e0fb7.tar.bz2 dotfiles-e66105c5aef77294eeac0e7dca2ec75f026e0fb7.zip |
update to nvim
Diffstat (limited to 'Editor')
-rw-r--r-- | Editor/vimrc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Editor/vimrc b/Editor/vimrc index 392f698..16c42e9 100644 --- a/Editor/vimrc +++ b/Editor/vimrc @@ -10,9 +10,9 @@ Plugin 'tpope/vim-surround' Plugin 'tpope/vim-repeat' Plugin 'takac/vim-hardtime' -"Plugin 'Valloric/YouCompleteMe' -"Plugin 'SirVer/ultisnips' -"Plugin 'honza/vim-snippets' +Plugin 'Valloric/YouCompleteMe' +Plugin 'SirVer/ultisnips' +Plugin 'honza/vim-snippets' call vundle#end() " required filetype plugin indent on " required |