Feat: add linenumber to nvim and update tmuxp config

This commit is contained in:
2020-08-07 17:50:47 +02:00
parent 1dcfefc9ce
commit 725cde218b
2 changed files with 3 additions and 2 deletions

View File

@@ -24,6 +24,7 @@ set foldmethod=indent
set laststatus=2 " Always display the status line
set number " Line number
set relativenumber " Relative line number
set cursorline " Enable highlighting of the current line
set showtabline=1 " show tabs only when there are some