mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-01 04:44:31 +02:00
add vim-airline
This commit is contained in:
parent
005df95e7b
commit
7122ccd208
9 changed files with 142 additions and 18 deletions
8
test.sh
Executable file
8
test.sh
Executable 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
|
Loading…
Add table
Add a link
Reference in a new issue