mirror of
https://github.com/arkorty/Neolite.git
synced 2026-03-18 00:57:12 +00:00
fix: errors from deprecated functions and null-ls
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user