From 9e2b2d0b1168d7cb35cc87299ecbe85dbb34f3af Mon Sep 17 00:00:00 2001 From: Julian T Date: Wed, 18 Aug 2021 18:11:21 +0200 Subject: Move to normal vim and several config changes --- vim-extra/.config/nvim/extra.vim | 10 +++++----- vim-extra/.vim/extra.vim | 1 + 2 files changed, 6 insertions(+), 5 deletions(-) create mode 120000 vim-extra/.vim/extra.vim (limited to 'vim-extra') 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 -- cgit v1.2.3