diff options
Diffstat (limited to '.config/nvim')
| -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 |
