Tentativo sistemazione linee di Gvim.

This commit is contained in:
Emiliano Vavassori 2024-09-29 20:52:18 +02:00
parent e5a843972a
commit 4cb8d7af64

2
vimrc
View File

@ -126,6 +126,8 @@ if has('gui_running')
colorscheme solarized colorscheme solarized
let g:airline_theme='base16' let g:airline_theme='base16'
let lines=45
let columns=80
endif endif
" Completion with Conqueror of Code " Completion with Conqueror of Code