fix: errors from deprecated functions and null-ls

This commit is contained in:
2025-05-27 03:58:00 +05:30
parent c515e19dee
commit d84bf94279
5 changed files with 73 additions and 59 deletions

View File

@@ -1,8 +1,8 @@
local ok, _ = pcall(require, "monokai")
local ok, _ = pcall(require, "hardhacker")
if not ok then
return
end
-- setup must be called before loading
vim.opt.termguicolors = true
vim.cmd.colorscheme("monokai_charcoal")
vim.cmd.colorscheme("hardhacker")