
[!Note] To get the expected visuals, you need to insert
set termguicolorswithin your.vimrcfile.For the best VertSplit appearance,
patch-9.2.349is required.
If you have Vim version 8 or later, you can use its provided package manager. Just run the following command and then start vim:
git clone https://github.com/catppuccin/vim.git ~/.vim/pack/vendor/start/catppuccin
colors folder inside your .vim (or if the colors folder already exists, move all the catppuccin palettes inside it):colorscheme catppuccin_ followed by the flavor name (e.g. :colorscheme catppuccin_mocha)Plug 'catppuccin/vim', { 'as': 'catppuccin', 'branch': 'main' }
.vimrc:let g:lightline = {'colorscheme': 'catppuccin_mocha'}
set noshowmode to hide the default mode showcase since now it will be displayed in the pluginAirline should automatically choose the correct theme.
If it does not you can force it by inserting the following line in your .vimrc:
let g:airline_theme = 'catppuccin_mocha'
Q: "Why can't I see all the color groups correctly?"
A: For better syntax highlighting you should download plugins that allow you to see all color groups for each language in question.
This color plugin is developed with lifepillar/vim-colortemplate.
Β
Copyright Β© 2021-present Catppuccin Org
Vim Script
100.0%

[!Note] To get the expected visuals, you need to insert
set termguicolorswithin your.vimrcfile.For the best VertSplit appearance,
patch-9.2.349is required.
If you have Vim version 8 or later, you can use its provided package manager. Just run the following command and then start vim:
git clone https://github.com/catppuccin/vim.git ~/.vim/pack/vendor/start/catppuccin
colors folder inside your .vim (or if the colors folder already exists, move all the catppuccin palettes inside it):colorscheme catppuccin_ followed by the flavor name (e.g. :colorscheme catppuccin_mocha)Plug 'catppuccin/vim', { 'as': 'catppuccin', 'branch': 'main' }
.vimrc:let g:lightline = {'colorscheme': 'catppuccin_mocha'}
set noshowmode to hide the default mode showcase since now it will be displayed in the pluginAirline should automatically choose the correct theme.
If it does not you can force it by inserting the following line in your .vimrc:
let g:airline_theme = 'catppuccin_mocha'
Q: "Why can't I see all the color groups correctly?"
A: For better syntax highlighting you should download plugins that allow you to see all color groups for each language in question.
This color plugin is developed with lifepillar/vim-colortemplate.
Β
Copyright Β© 2021-present Catppuccin Org
Vim Script
100.0%