Change gvim colorscheme to catppuccin_mocha

This commit is contained in:
wunewww 2024-05-02 22:03:30 +08:00
parent 4218db0e9e
commit c79103b89f
3 changed files with 5 additions and 0 deletions

3
.gitmodules vendored
View File

@ -16,3 +16,6 @@
[submodule "pack/plugin/start/ale"]
path = pack/plugin/start/ale
url = https://github.com/dense-analysis/ale.git
[submodule "pack/colors/start/catppuccin"]
path = pack/colors/start/catppuccin
url = git@github.com:catppuccin/vim.git

@ -0,0 +1 @@
Subproject commit be4725cfc3fb6ed96f706d9d1bd5baa24d2b048c

View File

@ -12,4 +12,5 @@ if has("gui_running")
set go-=m
set go-=r
set go-=L
colorscheme catppuccin_mocha
endif