My personal NixOS configuration
Find a file
2022-05-16 13:08:58 +01:00
after/ftplugin Remove extra python linters (focus on flake8) 2022-03-03 13:53:47 +00:00
autoload/lightline/colorscheme Add onehalf theme, set as default + theme for lightline 2021-02-19 09:59:49 +00:00
colors Add onehalf theme, set as default + theme for lightline 2021-02-19 09:59:49 +00:00
extras Update submodule versions 2022-04-27 10:20:24 +01:00
indent Add better python indenting 2021-02-22 15:48:10 +00:00
pack/plugins Add vim surround pluging 2022-04-28 10:00:56 +01:00
true_colour_tests Add checks for true colour support in terminal (visual only) 2021-02-22 09:05:59 +00:00
.gitignore Set spelling locally, set autoread 2021-01-07 08:59:23 +00:00
.gitmodules Add vim surround pluging 2022-04-28 10:00:56 +01:00
README.md Add vim surround pluging 2022-04-28 10:00:56 +01:00
tmux.conf Update tmux colour style 2021-02-22 10:01:46 +00:00
vimrc Set python3 interpreter for pynvim, always load JEDI plugin 2022-05-16 13:08:58 +01:00

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 exclude doc