move completly to neovim
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -1,5 +1,4 @@
|
|||||||
vim/.vim/plugged/*
|
neovim/.config/nvim/plugins/*
|
||||||
vim/.vim/.netrwhist
|
|
||||||
wiki
|
wiki
|
||||||
*.orig
|
*.orig
|
||||||
*.old
|
*.old
|
||||||
|
|||||||
@@ -1,5 +1,6 @@
|
|||||||
if ($TERM=~"xterm-256color" || $TERM=~"screen-256color")
|
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 'mhinz/vim-signify'
|
||||||
Plug 'overcache/NeoSolarized'
|
Plug 'overcache/NeoSolarized'
|
||||||
|
|
||||||
@@ -10,6 +11,7 @@ if ($TERM=~"xterm-256color" || $TERM=~"screen-256color")
|
|||||||
|
|
||||||
colorscheme NeoSolarized
|
colorscheme NeoSolarized
|
||||||
set background=light
|
set background=light
|
||||||
|
set termguicolors
|
||||||
endif
|
endif
|
||||||
|
|
||||||
filetype plugin indent on
|
filetype plugin indent on
|
||||||
@@ -49,6 +51,8 @@ nnoremap <silent> <esc><esc> :nohls<CR>
|
|||||||
nnoremap <silent> gB :bp<CR>
|
nnoremap <silent> gB :bp<CR>
|
||||||
nnoremap <silent> gb :bn<CR>
|
nnoremap <silent> gb :bn<CR>
|
||||||
|
|
||||||
|
nnoremap <C-p> :FuzzyOpen<CR>
|
||||||
|
|
||||||
"noremap p p`[
|
"noremap p p`[
|
||||||
"noremap P P`[
|
"noremap P P`[
|
||||||
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
../.vim
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
../.vimrc
|
|
||||||
Reference in New Issue
Block a user