mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-08-12 08:09:10 +02:00
vim: Show numbers by default
This commit is contained in:
@ -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 =========
|
||||||
|
Reference in New Issue
Block a user