nvf
This commit is contained in:
parent
5be8330807
commit
553a39c0dc
1 changed files with 1 additions and 0 deletions
|
@ -9,6 +9,7 @@ in {
|
|||
options.mySystem.editor.nvim.enable = mkEnableOption "nvim";
|
||||
config = mkIf cfg.enable {
|
||||
# Enable nvim and configure plugins/settings
|
||||
# Uses nvf https://github.com/NotAShelf/nvf to configure nvim on nix.
|
||||
programs.nvf = {
|
||||
enable = true;
|
||||
settings.vim = {
|
||||
|
|
Loading…
Add table
Reference in a new issue