Revert 7faea29
.
This commit is contained in:
parent
7faea29b3d
commit
623c114870
2 changed files with 1 additions and 16 deletions
|
@ -43,21 +43,6 @@ return {
|
|||
require "configs.lspconfig"
|
||||
end,
|
||||
},
|
||||
{
|
||||
"f-person/auto-dark-mode.nvim",
|
||||
lazy = false,
|
||||
config = {
|
||||
update_interval = 1000,
|
||||
set_dark_mode = function()
|
||||
require('nvconfig').base46.theme = "monekai"
|
||||
require('base46').load_all_highlights()
|
||||
end,
|
||||
set_light_mode = function()
|
||||
require('nvconfig').base46.theme = "one_light"
|
||||
require('base46').load_all_highlights()
|
||||
end,
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
-- These are some examples, uncomment them if you want to see them work!
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue