feat: add neovim

This commit is contained in:
ryan4yin
2023-05-08 22:11:18 +08:00
parent 79ff9977b9
commit 05dbbe4a64

View File

@@ -96,6 +96,14 @@
enable = true;
};
# modern vim
neovim = {
enable = true;
extraConfig = ''
set number relativenumber
'';
};
# a cat(1) clone with syntax highlighting and Git integration.
bat = {
enable = true;