Common/neovim: set as default editor
This commit is contained in:
parent
d2beeff928
commit
efc0440d61
1 changed files with 1 additions and 0 deletions
|
|
@ -7,6 +7,7 @@
|
|||
plugins = with pkgs.vimPlugins; [
|
||||
catppuccin-nvim
|
||||
];
|
||||
defaultEditor = true;
|
||||
extraConfig = ''
|
||||
filetype indent on
|
||||
'';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue