diff options
author | Yigit Sever | 2021-10-06 02:25:48 +0300 |
---|---|---|
committer | Yigit Sever | 2021-10-06 02:25:48 +0300 |
commit | 5e022ee5ebe6c162044169225b274365b32c49e1 (patch) | |
tree | 57943b1bead46d3a87d0e15d61dbbc6f26a5a914 /.config/nvim/init.vim | |
parent | 13a7d5c6b6f742b2f90ab2281f19fe1733799239 (diff) | |
download | dotfiles-5e022ee5ebe6c162044169225b274365b32c49e1.tar.gz dotfiles-5e022ee5ebe6c162044169225b274365b32c49e1.tar.bz2 dotfiles-5e022ee5ebe6c162044169225b274365b32c49e1.zip |
nvim: change colorscheme to rose-pine
Diffstat (limited to '.config/nvim/init.vim')
-rwxr-xr-x | .config/nvim/init.vim | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/.config/nvim/init.vim b/.config/nvim/init.vim index 6dae777..3e89aaa 100755 --- a/.config/nvim/init.vim +++ b/.config/nvim/init.vim | |||
@@ -70,7 +70,7 @@ Plug 'ap/vim-css-color' | |||
70 | " }}} heresy " | 70 | " }}} heresy " |
71 | 71 | ||
72 | " colour theme of $CURRENT_YEAR | 72 | " colour theme of $CURRENT_YEAR |
73 | Plug 'bluz71/vim-moonfly-colors' | 73 | Plug 'rose-pine/neovim' |
74 | 74 | ||
75 | " prose, note taking {{{ " | 75 | " prose, note taking {{{ " |
76 | 76 | ||
@@ -317,8 +317,10 @@ set completeopt = "menu" | |||
317 | 317 | ||
318 | "{{{Look and Feel | 318 | "{{{Look and Feel |
319 | set termguicolors | 319 | set termguicolors |
320 | colorscheme moonfly | 320 | colorscheme rose-pine |
321 | let g:moonflyUndercurls = 0 | 321 | |
322 | highlight HighlightedyankRegion cterm=reverse gui=reverse | ||
323 | let g:highlightedyank_highlight_duration = 200 | ||
322 | " }}} | 324 | " }}} |
323 | 325 | ||
324 | "{{{ Mappings | 326 | "{{{ Mappings |