nixvim config
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user