VIM configuration

This commit is contained in:
2023-10-23 20:02:47 +02:00
parent a93cc52bf0
commit 2b49dd4066
3 changed files with 22 additions and 9 deletions

15
conf/vim/vimrc Normal file
View File

@@ -0,0 +1,15 @@
" Add to ~/.vimrc:
" source $LWS/conf/vim/vimrc
function! SourceLws(filename)
let conf = $LWS . "/" . a:filename
" echo conf
let command = "source " . conf
" echo command
exec command
endfunction
call SourceLws("conf/vim/vimrc.pivo")
colorscheme elflord
set guifont=Monospace\ 11