remove auto-dark-theme plugin
This commit is contained in:
@@ -128,18 +128,6 @@ function setup_plugins()
|
||||
},
|
||||
})
|
||||
|
||||
require("auto-dark-mode").setup({
|
||||
set_dark_mode = function()
|
||||
vim.opt.background = "dark"
|
||||
vim.cmd("colorscheme catppuccin-macchiato")
|
||||
end,
|
||||
|
||||
set_light_mode = function()
|
||||
vim.opt.background = "light"
|
||||
vim.cmd("colorscheme catppuccin-latte")
|
||||
end,
|
||||
})
|
||||
|
||||
require("no-neck-pain").setup({
|
||||
width = 120,
|
||||
fallbackOnBufferDelete = true,
|
||||
@@ -480,6 +468,8 @@ function config_vim()
|
||||
go = 4,
|
||||
}
|
||||
|
||||
vim.cmd.colorscheme "catppuccin"
|
||||
|
||||
vim.opt.tabstop = default_tabwidth
|
||||
vim.opt.shiftwidth = default_tabwidth
|
||||
vim.opt.number = true
|
||||
@@ -591,7 +581,6 @@ PLUGINS = {
|
||||
build = "make install_jsregexp",
|
||||
},
|
||||
{ "voldikss/vim-floaterm" },
|
||||
{ "f-person/auto-dark-mode.nvim" },
|
||||
{
|
||||
"nvim-telescope/telescope.nvim",
|
||||
tag = "0.1.6",
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
{
|
||||
"Comment.nvim": { "branch": "master", "commit": "e30b7f2008e52442154b66f7c519bfd2f1e32acb" },
|
||||
"LuaSnip": { "branch": "master", "commit": "fb525166ccc30296fb3457441eb979113de46b00" },
|
||||
"auto-dark-mode.nvim": { "branch": "master", "commit": "c31de126963ffe9403901b4b0990dde0e6999cc6" },
|
||||
"catppuccin": { "branch": "main", "commit": "fa42eb5e26819ef58884257d5ae95dd0552b9a66" },
|
||||
"cmp-buffer": { "branch": "main", "commit": "b74fab3656eea9de20a9b8116afa3cfc4ec09657" },
|
||||
"cmp-cmdline": { "branch": "main", "commit": "d126061b624e0af6c3a556428712dd4d4194ec6d" },
|
||||
|
||||
Reference in New Issue
Block a user