diff options
author | Matthew Wozniak <matt@woz.blue> | 2024-01-03 00:28:29 -0500 |
---|---|---|
committer | Matthew Wozniak <matt@woz.blue> | 2024-01-03 00:28:29 -0500 |
commit | 394ec5f86ee9d54c600d050353e343dd53c6fb22 (patch) | |
tree | a3c8c8ecf437eb884c3036078d40ecdcde808e87 | |
parent | 3acd7480f0b2fa14e01f675d5e307f7cf81e1b9f (diff) | |
download | nvim-394ec5f86ee9d54c600d050353e343dd53c6fb22.tar.gz nvim-394ec5f86ee9d54c600d050353e343dd53c6fb22.zip |
habamax for gui
-rw-r--r-- | after/plugin/cfg.vim | 2 | ||||
-rw-r--r-- | init.lua | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/after/plugin/cfg.vim b/after/plugin/cfg.vim index 8fac0a4..14aa4e4 100644 --- a/after/plugin/cfg.vim +++ b/after/plugin/cfg.vim @@ -18,5 +18,5 @@ set noshowmode if !has('gui_running') colorscheme dim else - colorscheme seoul256 + colorscheme habamax endif @@ -15,7 +15,6 @@ vim.opt.rtp:prepend(lazypath) -- Plugin manager require("lazy").setup({ "jeffkreeftmeijer/vim-dim", - "junegunn/seoul256.vim", "neovim/nvim-lspconfig", "hrsh7th/nvim-cmp", "hrsh7th/cmp-buffer", |