forked from extern/nix-config
vim: Show numbers by default
This commit is contained in:
parent
cb328838ba
commit
bcf774fe1d
@ -99,6 +99,7 @@ set expandtab " When using <Tab>, replace the tab character wit
|
|||||||
set smarttab " Always indent based on column number to align things easier
|
set smarttab " Always indent based on column number to align things easier
|
||||||
|
|
||||||
set mouse=a " Enable mouse support in (a)ll modes
|
set mouse=a " Enable mouse support in (a)ll modes
|
||||||
|
set number " Show numbers by default
|
||||||
|
|
||||||
" ==========================
|
" ==========================
|
||||||
" ========= colors =========
|
" ========= colors =========
|
||||||
|
Loading…
Reference in New Issue
Block a user