aboutsummaryrefslogtreecommitdiff
path: root/vim/config/number.vim
blob: becc20f18d190a58daa903b5564664956b69a66d (plain) (blame)
1
2
3
4
5
" Don't show line numbers by default, but \n toggles them
set nonumber
nnoremap <silent>
      \ <Leader>n
      \ :<C-U>setlocal number! number?<CR>