Skip to content

Commit

Permalink
[neovim] Remove cmp and null-ls configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
sestrella committed Jan 9, 2025
1 parent 3b56559 commit bf46bd1
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 64 deletions.
2 changes: 0 additions & 2 deletions home/neovim/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,7 @@
pkgs.yaml-language-server
];
plugins = builtins.concatMap (plugin: pkgs.callPackage plugin { }) [
# ./plugins/cmp
# ./plugins/copilot
# ./plugins/null-ls
./plugins/auto-dark-mode
./plugins/blink
./plugins/comment
Expand Down
30 changes: 0 additions & 30 deletions home/neovim/plugins/cmp/config.lua

This file was deleted.

14 changes: 0 additions & 14 deletions home/neovim/plugins/cmp/default.nix

This file was deleted.

9 changes: 0 additions & 9 deletions home/neovim/plugins/null-ls/config.lua

This file was deleted.

9 changes: 0 additions & 9 deletions home/neovim/plugins/null-ls/default.nix

This file was deleted.

0 comments on commit bf46bd1

Please sign in to comment.