aboutsummaryrefslogtreecommitdiffstats
path: root/modules/home/conf/nvim/plgs/lspkind
diff options
context:
space:
mode:
Diffstat (limited to 'modules/home/conf/nvim/plgs/lspkind')
-rw-r--r--modules/home/conf/nvim/plgs/lspkind/default.nix6
1 files changed, 0 insertions, 6 deletions
diff --git a/modules/home/conf/nvim/plgs/lspkind/default.nix b/modules/home/conf/nvim/plgs/lspkind/default.nix
deleted file mode 100644
index ed7d411b..00000000
--- a/modules/home/conf/nvim/plgs/lspkind/default.nix
+++ /dev/null
@@ -1,6 +0,0 @@
-{...}: {
- programs.nixvim.plugins.lspkind = {
- enable = true;
- preset = "default"; # "codicons" is only for a font patched with vscode-codeicons.
- };
-}