diff options
| author | srdusr <trevorgray@srdusr.com> | 2022-10-26 00:00:35 +0200 |
|---|---|---|
| committer | srdusr <trevorgray@srdusr.com> | 2022-10-26 00:00:35 +0200 |
| commit | 7f30d31c9142bbeb10a21b4de9f58bc6d3a0a3f1 (patch) | |
| tree | 33fb7e88cc52a7b44994cdaedf3e85b18feee753 /lua/plugins/lsp-colors.lua | |
| parent | 463a9cef8349bbfd2ebf77f60a6a82799271021a (diff) | |
| download | dotfiles-7f30d31c9142bbeb10a21b4de9f58bc6d3a0a3f1.tar.gz dotfiles-7f30d31c9142bbeb10a21b4de9f58bc6d3a0a3f1.zip | |
Removed unnecessary files
Diffstat (limited to 'lua/plugins/lsp-colors.lua')
| -rw-r--r-- | lua/plugins/lsp-colors.lua | 9 |
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" -} |
