Merge branch 'master' of github.com:yannickreiss/nvim_cfg

This commit is contained in:
2023-10-17 19:32:34 +02:00
2 changed files with 106 additions and 2 deletions

View File

@@ -33,8 +33,8 @@ function Liten()
set spell spelllang=en_us
endfunction
nnoremap <C-e> :call Liten()<CR>
nnoremap <C-g> :call Litde()<CR>
nnoremap <M-e> :call Liten()<CR>
nnoremap <M-g> :call Litde()<CR>
" Theme
nnoremap <M-+> :colo github_light_high_contrast<CR>