Jelajahi Sumber

feature: vim-tmux-focus-events

Zander Hawke 1 tahun lalu
induk
melakukan
df20f67b20

+ 1 - 0
home/features/cli/tmux.nix

@@ -29,6 +29,7 @@
           set -g @catppuccin_flavor 'frappe' # latte, frappe, macchiato or mocha
         '';
       }
+      vim-tmux-focus-events
       vim-tmux-navigator
       {
         plugin = tmux-floax;

+ 1 - 0
home/features/nvim/default.nix

@@ -22,6 +22,7 @@ let
           };
           meta.homepage = "https://github.com/gbprod/nord.nvim";
         })
+        vimPlugins.vim-tmux-focus-events
       ];
 
       extraConfigLua = ''

+ 1 - 1
home/features/nvim/plugins/treesitter.nix

@@ -7,7 +7,7 @@
     settings.ensure_installed = "all";
     settings.ignore_install = [ "norg" ];
     settings.highlight.enable = true;
-    settings.highlight.disable = [ "go" ];
+    settings.highlight.disable = [  ];
     settings.incremental_selection.enable = true;
     settings.indent.enable = true;
     nixvimInjections = true;