about summary refs log tree commit diff stats
path: root/home-manager/soispha/config/neovim/nixvim/plugins/lspkind
diff options
context:
space:
mode:
Diffstat (limited to 'home-manager/soispha/config/neovim/nixvim/plugins/lspkind')
-rw-r--r--home-manager/soispha/config/neovim/nixvim/plugins/lspkind/default.nix6
1 files changed, 0 insertions, 6 deletions
diff --git a/home-manager/soispha/config/neovim/nixvim/plugins/lspkind/default.nix b/home-manager/soispha/config/neovim/nixvim/plugins/lspkind/default.nix
deleted file mode 100644
index ed7d411b..00000000
--- a/home-manager/soispha/config/neovim/nixvim/plugins/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.
-  };
-}