refactor(nvf): remove unused nvf modules and options
This commit is contained in:
parent
2b97ee96ca
commit
af6a3b6f2c
10 changed files with 1 additions and 42 deletions
|
@ -11,23 +11,17 @@ in
|
|||
syntaxHighlighting = true;
|
||||
telescope.enable = true;
|
||||
searchCase = "ignore";
|
||||
undoFile.enable = true;
|
||||
fzf-lua.enable = true;
|
||||
git.enable = true;
|
||||
git.gitsigns.enable = false;
|
||||
autopairs.nvim-autopairs.enable = true;
|
||||
assistant = import ./_nvf/assistant.nix;
|
||||
autocomplete = import ./_nvf/autocomplete.nix { inherit lib; };
|
||||
binds = import ./_nvf/binds.nix;
|
||||
clipboard = import ./_nvf/clipboard.nix;
|
||||
diagnostics = import ./_nvf/diagnostics.nix;
|
||||
keymaps = import ./_nvf/keymaps.nix;
|
||||
languages = import ./_nvf/languages.nix;
|
||||
lsp = import ./_nvf/lsp.nix;
|
||||
navigation = import ./_nvf/navigation.nix;
|
||||
notes = import ./_nvf/notes.nix;
|
||||
options = import ./_nvf/options.nix;
|
||||
notify = import ./_nvf/notify.nix;
|
||||
snippets = import ./_nvf/snippets.nix { inherit pkgs; };
|
||||
statusline = import ./_nvf/statusline.nix;
|
||||
treesitter = import ./_nvf/treesitter.nix;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue