HASH aaa88d49d770
DATE 2024-12-07
SUBJECT nvf: 0.7 changes
FILES 3 CHANGED
HASH aaa88d49d770
DATE 2024-12-07
SUBJECT nvf: 0.7 changes
FILES 3 CHANGED
┌─ outputs/pkgs/ook-vim/default.nix ─────────────────────────────────────────┐
│ diff --git a/outputs/pkgs/ook-vim/default.nix b/outputs/pkgs/ook-vim/default.nix │
│ index c460a8c..93fee2d 100644 │
│ --- a/outputs/pkgs/ook-vim/default.nix │
│ +++ b/outputs/pkgs/ook-vim/default.nix │
│ @@ -1,6 +1,7 @@ │
│ { │
│ imports = [ │
│ ./settings.nix │
│ + ./opts.nix │
│ ./theme.nix │
│ ./keymaps.nix │
│ ./plugins │
└────────────────────────────────────────────────────────────────────────────────────┘
┌─ outputs/pkgs/ook-vim/default.nix ───┐
│ diff --git a/outputs/pkgs/ook-vim/default.ni │
│ x b/outputs/pkgs/ook-vim/default.nix │
│ index c460a8c..93fee2d 100644 │
│ --- a/outputs/pkgs/ook-vim/default.nix │
│ +++ b/outputs/pkgs/ook-vim/default.nix │
│ @@ -1,6 +1,7 @@ │
│ { │
│ imports = [ │
│ ./settings.nix │
│ + ./opts.nix │
│ ./theme.nix │
│ ./keymaps.nix │
│ ./plugins │
└──────────────────────────────────────────────┘
┌─ outputs/pkgs/ook-vim/opts.nix ────────────────────────────────────────────┐
│ diff --git a/outputs/pkgs/ook-vim/opts.nix b/outputs/pkgs/ook-vim/opts.nix │
│ new file mode 100644 │
│ index 0000000..6be19b6 │
│ --- /dev/null │
│ +++ b/outputs/pkgs/ook-vim/opts.nix │
│ @@ -0,0 +1,9 @@ │
│ +{ │
│ + vim = { │
│ + options = { │
│ + tabstop = 2; │
│ + shiftwidth = 2; │
│ + autoindent = true; │
│ + }; │
│ + }; │
│ +} │
└────────────────────────────────────────────────────────────────────────────────────┘
┌─ outputs/pkgs/ook-vim/opts.nix ──────┐
│ diff --git a/outputs/pkgs/ook-vim/opts.nix b │
│ /outputs/pkgs/ook-vim/opts.nix │
│ new file mode 100644 │
│ index 0000000..6be19b6 │
│ --- /dev/null │
│ +++ b/outputs/pkgs/ook-vim/opts.nix │
│ @@ -0,0 +1,9 @@ │
│ +{ │
│ + vim = { │
│ + options = { │
│ + tabstop = 2; │
│ + shiftwidth = 2; │
│ + autoindent = true; │
│ + }; │
│ + }; │
│ +} │
└──────────────────────────────────────────────┘
┌─ outputs/pkgs/ook-vim/settings.nix ────────────────────────────────────────┐
│ diff --git a/outputs/pkgs/ook-vim/settings.nix b/outputs/pkgs/ook-vim/settings.nix │
│ index 5c41a32..ba2287a 100644 │
│ --- a/outputs/pkgs/ook-vim/settings.nix │
│ +++ b/outputs/pkgs/ook-vim/settings.nix │
│ @@ -1,9 +1,6 @@ │
│ {pkgs, ...}: { │
│ vim = { │
│ package = pkgs.neovim-unwrapped; │
│ - leaderKey = " "; │
│ - tabWidth = 2; │
│ - autoIndent = true; │
│ searchCase = "smart"; │
│ enableLuaLoader = true; │
│ enableEditorconfig = true; │
│ @@ -14,10 +11,4 @@ │
│ enable = false; │
│ }; │
│ }; │
│ - # Additional sets can be added here │
│ - # vim.luaConfigRC.basic = │
│ - # entryAfter ["entryAfter"] #lua │
│ - # '' │
│ - # │
│ - # ''; │
│ } │
└────────────────────────────────────────────────────────────────────────────────────┘
┌─ ...uts/pkgs/ook-vim/settings.nix ───┐
│ diff --git a/outputs/pkgs/ook-vim/settings.n │
│ ix b/outputs/pkgs/ook-vim/settings.nix │
│ index 5c41a32..ba2287a 100644 │
│ --- a/outputs/pkgs/ook-vim/settings.nix │
│ +++ b/outputs/pkgs/ook-vim/settings.nix │
│ @@ -1,9 +1,6 @@ │
│ {pkgs, ...}: { │
│ vim = { │
│ package = pkgs.neovim-unwrapped; │
│ - leaderKey = " "; │
│ - tabWidth = 2; │
│ - autoIndent = true; │
│ searchCase = "smart"; │
│ enableLuaLoader = true; │
│ enableEditorconfig = true; │
│ @@ -14,10 +11,4 @@ │
│ enable = false; │
│ }; │
│ }; │
│ - # Additional sets can be added here │
│ - # vim.luaConfigRC.basic = │
│ - # entryAfter ["entryAfter"] #lua │
│ - # '' │
│ - # │
│ - # ''; │
│ } │
└──────────────────────────────────────────────┘
[ BACK TO LOG ]
──────────────────────────────────────────────────────────────────────────────────────
OOKNET
────────────────────────────────────────────────
OOKNET