mirror of
https://github.com/kmein/niveum
synced 2026-03-20 03:51:07 +01:00
feat(neovim): force transparent background
This commit is contained in:
@@ -8,8 +8,9 @@ nnoremap <C-l> :Rg<CR>
|
|||||||
let g:fzf_layout = { 'down': '~15%' }
|
let g:fzf_layout = { 'down': '~15%' }
|
||||||
|
|
||||||
colorscheme paramount
|
colorscheme paramount
|
||||||
|
|
||||||
set background=dark
|
set background=dark
|
||||||
|
" transparent background
|
||||||
|
hi Normal guibg=NONE ctermbg=NONE
|
||||||
|
|
||||||
let mapleader = ","
|
let mapleader = ","
|
||||||
let maplocalleader="\\"
|
let maplocalleader="\\"
|
||||||
|
|||||||
Reference in New Issue
Block a user