This commit is contained in:
Ellen Arvidsson 2023-09-10 23:39:59 +02:00
parent efdd0d4735
commit 530ae29767
4 changed files with 6 additions and 0 deletions

3
.vimrc
View file

@ -219,6 +219,7 @@ function SetIdentWidth()
endfunction
noremap <leader>i :call SetIdentWidth()<CR>
noremap <leader>r :call ToggleRelative()<CR>
" Automatically user relative lines when not in insert mode
" au InsertLeave * :set relativenumber
@ -255,3 +256,5 @@ endif
digraphs \- 8866
digraphs -\ 8867
" Markdown
let g:markdown_fenced_languages = ['python', 'typescript', 'javascript', 'haskell']