From 216417e85ee6df09bc783d802a41ad46ebf6cab0 Mon Sep 17 00:00:00 2001 From: Bertrand Benjamin Date: Sat, 4 Dec 2021 09:19:03 +0100 Subject: [PATCH] Fix: checkhealth --- nvim/.config/nvim/lua/plugins.lua | 5 +++++ tmux/.tmux.conf | 2 ++ 2 files changed, 7 insertions(+) diff --git a/nvim/.config/nvim/lua/plugins.lua b/nvim/.config/nvim/lua/plugins.lua index 6ebd0ff..3481587 100644 --- a/nvim/.config/nvim/lua/plugins.lua +++ b/nvim/.config/nvim/lua/plugins.lua @@ -69,4 +69,9 @@ return require('packer').startup(function() use 'christoomey/vim-tmux-navigator' + use { + 'nvim-treesitter/nvim-treesitter', + run = ':TSUpdate' + } + end) diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index b0e11bb..c2db184 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -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