Fix: checkhealth
This commit is contained in:
parent
d1cb75acff
commit
216417e85e
@ -69,4 +69,9 @@ return require('packer').startup(function()
|
|||||||
|
|
||||||
use 'christoomey/vim-tmux-navigator'
|
use 'christoomey/vim-tmux-navigator'
|
||||||
|
|
||||||
|
use {
|
||||||
|
'nvim-treesitter/nvim-treesitter',
|
||||||
|
run = ':TSUpdate'
|
||||||
|
}
|
||||||
|
|
||||||
end)
|
end)
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
set -g default-terminal "screen-256color"
|
set -g default-terminal "screen-256color"
|
||||||
|
|
||||||
|
|
||||||
## Vim user config
|
## Vim user config
|
||||||
|
|
||||||
#Prefix is Ctrl-a
|
#Prefix is Ctrl-a
|
||||||
@ -183,6 +184,7 @@ set -g message-bg colour166
|
|||||||
|
|
||||||
# }
|
# }
|
||||||
|
|
||||||
|
set-option -g focus-events on
|
||||||
|
|
||||||
## Plugins
|
## Plugins
|
||||||
# Supports `github_username/repo` or full git repo URLs
|
# Supports `github_username/repo` or full git repo URLs
|
||||||
|
Loading…
Reference in New Issue
Block a user