mirror of
https://github.com/davegallant/nix-config
synced 2025-08-06 07:13:40 +00:00
Remove git branch from statusline in vim because it lags on macos
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user