This commit is contained in:
simonkellet
2022-05-03 09:15:54 +01:00
parent de6455136e
commit d7d1a8eedc
5 changed files with 17 additions and 9 deletions
+2
View File
@@ -123,6 +123,7 @@ set nocompatible
set encoding=UTF-8
set clipboard+=unnamedplus
set mouse=a
set laststatus=3
" Map Leader
let mapleader = ","
@@ -173,6 +174,7 @@ let g:python3_host_prog = '/usr/bin/python3'
" Limeligt + Goyo Binds
nnoremap <Leader>l :Limelight!!<CR>
nnoremap <Leader>g :Goyo<CR>
set termguicolors
let g:limelight_conceal_guifg = 'DarkGray'
let g:limelight_conceal_guifg = '#777777'
let g:limelight_conceal_ctermfg = 'gray'