mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 22:59:15 +00:00
home-manager: made nvim the default editor
This commit is contained in:
parent
57e535fb6f
commit
6b6d125aa3
2 changed files with 5 additions and 3 deletions
|
|
@ -2,7 +2,6 @@
|
|||
programs = {
|
||||
vim = {
|
||||
enable = true;
|
||||
defaultEditor = true;
|
||||
extraConfig = builtins.readFile ./vimrc;
|
||||
plugins = with pkgs.vimPlugins;[
|
||||
vim-sleuth
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue