feat: Replace tmux-super-fingers with tmux-thumbs
This commit is contained in:
@@ -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 =
|
||||
|
||||
2
flake.lock
generated
2
flake.lock
generated
@@ -1523,7 +1523,7 @@
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1,
|
||||
"narHash": "sha256-pmGkwZxQ9+lSOJX5Q7+hdxI9tkY+Jfl8yolBymPOUgc=",
|
||||
"narHash": "sha256-Df8036GjTHLqsHnxMMYFDrZAaM1DSEmVGjK8olHOUtY=",
|
||||
"path": "./neovim",
|
||||
"type": "path"
|
||||
},
|
||||
|
||||
@@ -309,8 +309,7 @@ in rec {
|
||||
"<leader>\"" = ''[["+]]'';
|
||||
"<C-c>" = "[[<cmd>ChatGPT<cr>]]";
|
||||
"<leader>dr" = "[[<cmd>RustLsp debuggables<cr>]]";
|
||||
# "<leader>ee" = "[[<cmd>Rest run<cr>]]";
|
||||
"<leader>ee" = "[[<Plug>RestNvim]]";
|
||||
"<leader>ee" = "[[<cmd>Rest run<cr>]]";
|
||||
"<leader>el" = "[[<cmd>Rest run last<cr>]]";
|
||||
"<leader>hh" = "[[<cmd>DevdocsOpen<cr>]]";
|
||||
"<leader>hl" = "[[<cmd>DevdocsToggle<cr>]]";
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user