diff --git a/common/tmux.nix b/common/tmux.nix index 80f6a897..ded400f7 100644 --- a/common/tmux.nix +++ b/common/tmux.nix @@ -20,10 +20,11 @@ in { tmuxPlugins.better-mouse-mode tmuxPlugins.tmux-fzf tmuxPlugins.fzf-tmux-url - { - plugin = tmuxPlugins.tmux-super-fingers; - extraConfig = "set -g @super-fingers-key i"; - } + tmuxPlugins.tmux-thumbs + # { + # plugin = tmuxPlugins.tmux-super-fingers; + # extraConfig = "set -g @super-fingers-key i"; + # } { plugin = tmuxPlugins.catppuccin; extraConfig = diff --git a/flake.lock b/flake.lock index 5b83ac5a..430eedb7 100644 --- a/flake.lock +++ b/flake.lock @@ -1523,7 +1523,7 @@ }, "locked": { "lastModified": 1, - "narHash": "sha256-pmGkwZxQ9+lSOJX5Q7+hdxI9tkY+Jfl8yolBymPOUgc=", + "narHash": "sha256-Df8036GjTHLqsHnxMMYFDrZAaM1DSEmVGjK8olHOUtY=", "path": "./neovim", "type": "path" }, diff --git a/neovim/nvim.nix b/neovim/nvim.nix index 9fabb2ba..09a166c8 100644 --- a/neovim/nvim.nix +++ b/neovim/nvim.nix @@ -309,8 +309,7 @@ in rec { "\"" = ''[["+]]''; "" = "[[ChatGPT]]"; "dr" = "[[RustLsp debuggables]]"; - # "ee" = "[[Rest run]]"; - "ee" = "[[RestNvim]]"; + "ee" = "[[Rest run]]"; "el" = "[[Rest run last]]"; "hh" = "[[DevdocsOpen]]"; "hl" = "[[DevdocsToggle]]"; @@ -471,12 +470,12 @@ in rec { load = load, }) - -- require('chatgpt').setup({ - -- api_key_cmd = "${pkgs.rbw}/bin/rbw get platform.openai.com", - -- }) - require("gp").setup({ - openai_api_key = { "${pkgs.rbw}/bin/rbw", "get", "platform.openai.com" }, + require('chatgpt').setup({ + api_key_cmd = "${pkgs.rbw}/bin/rbw get platform.openai.com", }) + -- require("gp").setup({ + -- openai_api_key = { "${pkgs.rbw}/bin/rbw", "get", "platform.openai.com" }, + -- }) require('octo').setup({ use_local_fs = false, @@ -628,6 +627,12 @@ in rec { }, }) + vim.filetype.add({ + filename = { + ['nurfile'] = "nu", + }, + }) + ''; package = pkgs.neovim-nightly; opts = { @@ -657,8 +662,8 @@ in rec { # Wut image-nvim - # ChatGPT-nvim - gp-nvim + ChatGPT-nvim + # gp-nvim pets-nvim # UI and UX