5614060b0a
Remove configure_options as moving to neovim Tweak vimrc for neovim compatability Add neovim setup details to README
862 B
862 B
Vim config
Personal configuration and plugins for Vim
Installing neovim AppImage
curl -LO https://github.com/neovim/neovim/releases/latest/download/nvim.appimage
chmod u+x nvim.appimage
mv nvim.appimage "$HOME/bin/."
# ./nvim.appimage
To use with existing ~/.vimrc
Add the following lines to neovim init file:
set runtimepath^=~/.vim runtimepath+=~/.vim/after let &packpath = &runtimepath source ~/.vimrc
Using the following commands:
:call mkdir(stdpath('config'), 'p') :exe 'edit '.stdpath('config').'/init.vim'
From vim documentation
Enabling python support
Install pynvim
package for python
Miscellaneous settings
- Modifications in
pack/plugins/start/python-syntax
- Edit
.git/modules/pack/plugins/start/python-syntax/info/exclude
to excludedoc
- Edit