Feat: add linenumber to nvim and update tmuxp config
This commit is contained in:
parent
1dcfefc9ce
commit
725cde218b
@ -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
|
||||||
|
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user