move completly to neovim
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -1,5 +1,4 @@
|
||||
vim/.vim/plugged/*
|
||||
vim/.vim/.netrwhist
|
||||
neovim/.config/nvim/plugins/*
|
||||
wiki
|
||||
*.orig
|
||||
*.old
|
||||
|
||||
@@ -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`[
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
../.vim
|
||||
@@ -1 +0,0 @@
|
||||
../.vimrc
|
||||
Reference in New Issue
Block a user