mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 01:33:55 -05:00
added neovim config
This commit is contained in:
parent
12c67ce933
commit
2a91a079d3
|
@ -33,7 +33,6 @@
|
|||
enableCompletion = true;
|
||||
shellAliases = {
|
||||
ls = "eza --group-directories-first";
|
||||
vim = "nvim";
|
||||
};
|
||||
initExtra =
|
||||
''
|
||||
|
@ -53,7 +52,12 @@
|
|||
# enableUpdateCheck = false;
|
||||
# };
|
||||
|
||||
programs.neovim.enable = true;
|
||||
programs.neovim = {
|
||||
enable = true;
|
||||
viAlias = true;
|
||||
vimAlias = true;
|
||||
defaultEditor = true;
|
||||
};
|
||||
|
||||
dconf = {
|
||||
enable = true;
|
||||
|
|
Loading…
Reference in a new issue