mirror of
https://git.sr.ht/~coasteen/dotfiles
synced 2025-11-04 14:47:38 +01:00
18 lines
324 B
VimL
18 lines
324 B
VimL
se notgc bg=light
|
|
color vim
|
|
|
|
let mapleader=","
|
|
|
|
se nu rnu
|
|
se fillchars=eob:\
|
|
|
|
set undofile
|
|
set undodir=~/.config/nvim/undodir
|
|
|
|
if !isdirectory(expand("~/.config/nvim/undodir"))
|
|
call mkdir(expand("~/.config/nvim/undodir"))
|
|
endif
|
|
|
|
let g:minimap_width = 10
|
|
let g:minimap_auto_start = 1
|
|
let g:minimap_auto_start_win_enter = 1
|