fix: set default editor to nvim
This commit is contained in:
parent
630b3ce27b
commit
d7cf3663d1
1 changed files with 2 additions and 0 deletions
|
@ -7,8 +7,10 @@
|
||||||
./nvf/lualine.nix
|
./nvf/lualine.nix
|
||||||
./nvf/noice.nix
|
./nvf/noice.nix
|
||||||
];
|
];
|
||||||
|
home.sessionVariables.EDITOR = "nvim";
|
||||||
programs.nvf = {
|
programs.nvf = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
enableManpages = true;
|
||||||
|
|
||||||
settings.vim = {
|
settings.vim = {
|
||||||
options = {
|
options = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue