nvim text conveniences

master
Rachel Lambda Samuelsson 2023-11-14 23:08:35 +01:00
parent f536566a01
commit 2a513b5ba0
1 changed files with 6 additions and 0 deletions

View File

@ -196,6 +196,7 @@ in
set clipboard=unnamedplus
set laststatus=3 noshowmode
set signcolumn=no
set linebreak
let g:cornelis_use_global_binary = 1
let g:lightline = { 'colorscheme': 'gruvbox' }
colorscheme gruvbox
@ -206,6 +207,11 @@ in
inoremap <C-Space> <Esc>
nnoremap j gj
nnoremap k gk
nnoremap gj j
nnoremap gk k
au BufRead,BufNewFile *.agda call AgdaFiletype()
au BufRead,BufNewFile *.lagda.* call AgdaFiletype()
function! AgdaFiletype()