Feat: add linenumber to nvim and update tmuxp config

This commit is contained in:
Bertrand Benjamin 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 laststatus=2 " Always display the status line
set number " Line number
set relativenumber " Relative line number set relativenumber " Relative line number
set cursorline " Enable highlighting of the current line set cursorline " Enable highlighting of the current line
set showtabline=1 " show tabs only when there are some set showtabline=1 " show tabs only when there are some

View File

@ -1,12 +1,12 @@
session_name: enseignement session_name: enseignement
start_directory: ~/Cours/Prof/Enseignements/2019-2020/ start_directory: ~/Cours/2020-2021/Contenus/
shell_command_before: source config.fish shell_command_before: source config.fish
windows: windows:
- window_name: Editor - window_name: Editor
focus: true focus: true
panes: panes:
- vim -c NERDTree - nvim
- window_name: Commands - window_name: Commands
layout: tiled layout: tiled
panes: panes: