diff options
Diffstat (limited to 'vim-extra')
-rw-r--r-- | vim-extra/.config/nvim/extra.vim | 10 | ||||
l--------- | vim-extra/.vim/extra.vim | 1 |
2 files changed, 6 insertions, 5 deletions
diff --git a/vim-extra/.config/nvim/extra.vim b/vim-extra/.config/nvim/extra.vim index d508018..4ff2c93 100644 --- a/vim-extra/.config/nvim/extra.vim +++ b/vim-extra/.config/nvim/extra.vim @@ -1,4 +1,4 @@ -" Plugins +" Plugins{{{ " set the runtime path to include Vundle and initialize set rtp+=~/.config/nvim/bundle/Vundle.vim call vundle#begin("~/.config/nvim/bundle") @@ -38,7 +38,7 @@ Plugin 'tpope/vim-fugitive' " File support - " Plugin 'cespare/vim-toml' + Plugin 'cespare/vim-toml' Plugin 'lervag/vimtex' " Plugin 'aklt/plantuml-syntax' Plugin 'LnL7/vim-nix' @@ -54,9 +54,9 @@ " Plugin 'SirVer/ultisnips' " Plugin 'honza/vim-snippets' - call vundle#end() " required + call vundle#end() " required}}} -" Completion +" Completion{{{ set completeopt+=menuone set completeopt+=noselect @@ -106,4 +106,4 @@ " \ 'takeover': 'never', " \ }, " \ } - " \ } + " \ }}}} diff --git a/vim-extra/.vim/extra.vim b/vim-extra/.vim/extra.vim new file mode 120000 index 0000000..3e61a92 --- /dev/null +++ b/vim-extra/.vim/extra.vim @@ -0,0 +1 @@ +../.config/nvim/extra.vim
\ No newline at end of file |