fixes, disabling non-working plugins

This commit is contained in:
2025-04-07 09:18:41 +08:00
parent e90bc1bb5f
commit 70b71d56e5
5 changed files with 62 additions and 54 deletions

View File

@@ -7,7 +7,7 @@ return {
lazy = false,
config = function()
local ct = require('conftool')
ct.set({'background', 'light'})
ct.set({'background', 'dark'})
vim.cmd [[colo onedark]]
end,
keys = {
@@ -48,6 +48,13 @@ return {
{
'hiphish/rainbow-delimiters.nvim',
lazy = false,
}
},
--
-- Neovim Qt
--
{
'equalsraf/neovim-gui-shim',
lazy = false,
},
}