diff options
author | Yigit Sever | 2022-12-17 17:53:20 +0300 |
---|---|---|
committer | Yigit Sever | 2022-12-17 17:53:20 +0300 |
commit | 86ef795ec0e33739c62d2e4a7aea706f6a96a24d (patch) | |
tree | ee319ea0f8345f676775d4d64d3ef2518da2b39e /.config/nvim/lua/plugins.lua | |
parent | 3e9e465013e86d1c5e79ccc9b2d582a5eb550442 (diff) | |
download | dotfiles-86ef795ec0e33739c62d2e4a7aea706f6a96a24d.tar.gz dotfiles-86ef795ec0e33739c62d2e4a7aea706f6a96a24d.tar.bz2 dotfiles-86ef795ec0e33739c62d2e4a7aea706f6a96a24d.zip |
feat(nvim): switch colorscheme to catppuccin
Diffstat (limited to '.config/nvim/lua/plugins.lua')
-rw-r--r-- | .config/nvim/lua/plugins.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/nvim/lua/plugins.lua b/.config/nvim/lua/plugins.lua index 9855045..427f619 100644 --- a/.config/nvim/lua/plugins.lua +++ b/.config/nvim/lua/plugins.lua | |||
@@ -149,7 +149,7 @@ return require('packer').startup(function(use) | |||
149 | -- tabline | 149 | -- tabline |
150 | use {'romgrk/barbar.nvim', wants = 'nvim-web-devicons'} | 150 | use {'romgrk/barbar.nvim', wants = 'nvim-web-devicons'} |
151 | -- colour theme of the $CURRENT_YEAR | 151 | -- colour theme of the $CURRENT_YEAR |
152 | use 'rose-pine/neovim' | 152 | use { "catppuccin/nvim", as = "catppuccin" } |
153 | 153 | ||
154 | -- abbreviation reminder | 154 | -- abbreviation reminder |
155 | use { | 155 | use { |