move completly to neovim

This commit is contained in:
2021-11-26 16:24:32 +01:00
parent b50d5ca51b
commit bf252df391
5 changed files with 6 additions and 5 deletions

3
.gitignore vendored
View File

@@ -1,5 +1,4 @@
vim/.vim/plugged/*
vim/.vim/.netrwhist
neovim/.config/nvim/plugins/*
wiki
*.orig
*.old

View File

@@ -1,5 +1,6 @@
if ($TERM=~"xterm-256color" || $TERM=~"screen-256color")
call plug#begin('~/.vim/plugged')
call plug#begin('~/.config/nvim/plugins')
Plug 'cloudhead/neovim-fuzzy'
Plug 'mhinz/vim-signify'
Plug 'overcache/NeoSolarized'
@@ -10,6 +11,7 @@ if ($TERM=~"xterm-256color" || $TERM=~"screen-256color")
colorscheme NeoSolarized
set background=light
set termguicolors
endif
filetype plugin indent on
@@ -49,6 +51,8 @@ nnoremap <silent> <esc><esc> :nohls<CR>
nnoremap <silent> gB :bp<CR>
nnoremap <silent> gb :bn<CR>
nnoremap <C-p> :FuzzyOpen<CR>
"noremap p p`[
"noremap P P`[

View File

@@ -1 +0,0 @@
../.vim

View File

@@ -1 +0,0 @@
../.vimrc