Vim: settings: Różnice pomiędzy wersjami
Z An IT Expert PKBase
*>Kprzybylowicz Nie podano opisu zmian |
m 1 wersja |
(Brak różnic)
| |
Aktualna wersja na dzień 14:09, 19 maj 2026
Bellow is my experimental vim settings inspired by samples found on internet and actually included in my .vimrc:
colorscheme industry
syntax on
filetype on
filetype plugin on
filetype indent on
set nocompatible
set number
set cursorline
set cursorcolumn
set ignorecase
set nobackup
set tabstop=4
set shiftwidth=4
set expandtab
set scrolloff=10
set laststatus=2
set statusline=%<%f%m\ \[%{&ff}:%{&fenc}:%Y]\ %{getcwd()}\ \ \[%{strftime('%Y-%b-%d\ %a\ %I:%M\ %p')}\]\ %=\ Line:%l\/%L\ Column:%c%V\ %P