Fix: checkhealth

This commit is contained in:
Bertrand Benjamin 2021-12-04 09:19:03 +01:00
parent d1cb75acff
commit 216417e85e
2 changed files with 7 additions and 0 deletions

View File

@ -69,4 +69,9 @@ return require('packer').startup(function()
use 'christoomey/vim-tmux-navigator'
use {
'nvim-treesitter/nvim-treesitter',
run = ':TSUpdate'
}
end)

View File

@ -1,5 +1,6 @@
set -g default-terminal "screen-256color"
## Vim user config
#Prefix is Ctrl-a
@ -183,6 +184,7 @@ set -g message-bg colour166
# }
set-option -g focus-events on
## Plugins
# Supports `github_username/repo` or full git repo URLs