aboutsummaryrefslogtreecommitdiff
path: root/lua/plugins/lsp-colors.lua
diff options
context:
space:
mode:
authorsrdusr <trevorgray@srdusr.com>2022-10-26 00:00:35 +0200
committersrdusr <trevorgray@srdusr.com>2022-10-26 00:00:35 +0200
commit7f30d31c9142bbeb10a21b4de9f58bc6d3a0a3f1 (patch)
tree33fb7e88cc52a7b44994cdaedf3e85b18feee753 /lua/plugins/lsp-colors.lua
parent463a9cef8349bbfd2ebf77f60a6a82799271021a (diff)
downloaddotfiles-7f30d31c9142bbeb10a21b4de9f58bc6d3a0a3f1.tar.gz
dotfiles-7f30d31c9142bbeb10a21b4de9f58bc6d3a0a3f1.zip
Removed unnecessary files
Diffstat (limited to 'lua/plugins/lsp-colors.lua')
-rw-r--r--lua/plugins/lsp-colors.lua9
1 files changed, 0 insertions, 9 deletions
diff --git a/lua/plugins/lsp-colors.lua b/lua/plugins/lsp-colors.lua
deleted file mode 100644
index 1398123..0000000
--- a/lua/plugins/lsp-colors.lua
+++ /dev/null
@@ -1,9 +0,0 @@
-local status, colors = pcall(require, "lsp-colors")
-if (not status) then return end
-
-colors.setup {
- Error = "#db4b4b",
- Warning = "#e0af68",
- Information = "#0db9d7",
- Hint = "#10B981"
-}