add vim-airline

This commit is contained in:
Pedro Alves 2021-01-05 11:26:49 +00:00
parent 005df95e7b
commit 7122ccd208
9 changed files with 142 additions and 18 deletions

8
test.sh Executable file
View file

@ -0,0 +1,8 @@
#!/usr/bin/env sh
# Creates a container and then runs the resulting neovim executable with the configuration
set -e
sudo nixos-container destroy nvim-test
sudo nixos-container create nvim-test --flake .
.tmp/sw/bin/nvim -u .tmp/etc/xdg/nvim/sysinit.vim .tmp/etc/xdg/nvim/sysinit.vim