1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 10:11:08 +01:00

feat(neovim): dim

This commit is contained in:
2022-06-08 09:52:54 +02:00
parent 0a6b5300b0
commit 28949a1072
2 changed files with 10 additions and 1 deletions

View File

@@ -7,7 +7,7 @@ nnoremap <C-p> :FZF<CR>
nnoremap <C-l> :Rg<CR>
let g:fzf_layout = { 'down': '~15%' }
colorscheme paramount
colorscheme dim
" transparent background
hi Normal guibg=NONE ctermbg=NONE