Remove git branch from statusline in vim because it lags on macos

This commit is contained in:
Dave Gallant
2021-07-09 19:29:38 -04:00
parent 3fafb33b22
commit 9623ebb565
5 changed files with 5 additions and 19 deletions

View File

@@ -218,7 +218,7 @@ in
tmux = {
enable = true;
clock24 = true;
terminal = "screen-256color";
terminal = "xterm-256color";
customPaneNavigationAndResize = true;
plugins = with pkgs.tmuxPlugins; [
{
@@ -303,13 +303,10 @@ in
vim-fugitive
vim-gitgutter
vim-go
vim-javacomplete2
vim-javascript
vim-markdown
vim-nix
vim-pandoc
vim-prettier
vim-pandoc-syntax
vim-repeat
vim-sneak
vim-surround