neovim: remove material colorscheme

This commit is contained in:
2022-11-13 15:45:00 +03:00
parent 3fd3ceced9
commit 73d16ac94e
4 changed files with 3 additions and 23 deletions

View File

@@ -120,16 +120,6 @@ function M.is_inside_tmux()
return TMUX ~= nil
end
function M.get_colorscheme()
local IS_TMUX = M.is_inside_tmux()
if IS_TMUX then
return "gruvbox-material"
else
return "material"
end
end
function M.open_error_on_stackoverflow()
local diagnostics = vim.lsp.diagnostic.get_line_diagnostics()
local selected_diagnostic = M.select_diagnostic(diagnostics, "Select diagnostic to open on Stack Overflow")