nixvim config

This commit is contained in:
2024-09-13 13:22:36 +01:00
parent ac611a30b1
commit 9f5ba289ff
3 changed files with 259 additions and 3 deletions

View File

@@ -11,10 +11,20 @@
less.enable = true;
neovim = {
nixvim = {
enable = true;
defaultEditor = true;
viAlias = true;
vimAlias = true;
opts = {
tabstop = 4;
softtabstop = 4;
shiftwidth = 4;
expandtab = true;
shiftround = true;
};
};
tmux = {