Switch to neovim
This commit is contained in:
parent
d136d93ca2
commit
c665ce2e66
@ -9,11 +9,10 @@ git clone https://bitbucket.org/ftpd/dotfiles.git ~/.dotfiles
|
||||
|
||||
## vim
|
||||
# cleaning
|
||||
rm -rf ~/.vim*
|
||||
rm -rf ~/.config/nvim
|
||||
# installing
|
||||
mkdir -p ~/.config
|
||||
ln -sf ~/.dotfiles/vim ~/.vim
|
||||
ln -sf ~/.dotfiles/vim/init.vim ~/.vimrc
|
||||
ln -sf ~/.dotfiles/vim ~/.config/nvim
|
||||
|
||||
## .gitignore
|
||||
# cleaning
|
||||
|
@ -63,13 +63,6 @@ colorscheme smyck
|
||||
set background=dark
|
||||
hi BadWhitespace ctermbg=lightblue guibg=lightblue
|
||||
|
||||
if has("gui_running")
|
||||
set guioptions-=e
|
||||
set guioptions-=r
|
||||
set guioptions-=L
|
||||
set guifont=Hack:h13
|
||||
endif
|
||||
|
||||
let vim_markdown_preview_github=1
|
||||
let g:syntastic_auto_jump = 1
|
||||
let g:syntastic_enable_signs = 1
|
||||
|
Loading…
Reference in New Issue
Block a user