feat: Replace tmux-super-fingers with tmux-thumbs

This commit is contained in:
Uttarayan Mondal
2024-05-01 23:34:00 +05:30
parent 480d221ee4
commit 2d7d29e0a4
3 changed files with 20 additions and 14 deletions

View File

@@ -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
View File

@@ -1523,7 +1523,7 @@
},
"locked": {
"lastModified": 1,
"narHash": "sha256-pmGkwZxQ9+lSOJX5Q7+hdxI9tkY+Jfl8yolBymPOUgc=",
"narHash": "sha256-Df8036GjTHLqsHnxMMYFDrZAaM1DSEmVGjK8olHOUtY=",
"path": "./neovim",
"type": "path"
},

View File

@@ -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