Skip to content

Commit

Permalink
neovim: disable all remote plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
adomixaszvers committed Jan 23, 2025
1 parent 0d19702 commit 407397d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions profiles/cli/neovim/nixCats.nix
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,9 @@
# explained below in the `regularCats` package's definition
# OR see :help nixCats.flake.outputs.settings for all of the settings available
wrapRc = true;
withPython3 = false;
withNode = false;
withRuby = false;
};
# enable the categories you want from categoryDefinitions
categories = {
Expand Down

0 comments on commit 407397d

Please sign in to comment.