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