feat: Replace tmux-super-fingers with tmux-thumbs
This commit is contained in:
@@ -20,10 +20,11 @@ in {
|
|||||||
tmuxPlugins.better-mouse-mode
|
tmuxPlugins.better-mouse-mode
|
||||||
tmuxPlugins.tmux-fzf
|
tmuxPlugins.tmux-fzf
|
||||||
tmuxPlugins.fzf-tmux-url
|
tmuxPlugins.fzf-tmux-url
|
||||||
{
|
tmuxPlugins.tmux-thumbs
|
||||||
plugin = tmuxPlugins.tmux-super-fingers;
|
# {
|
||||||
extraConfig = "set -g @super-fingers-key i";
|
# plugin = tmuxPlugins.tmux-super-fingers;
|
||||||
}
|
# extraConfig = "set -g @super-fingers-key i";
|
||||||
|
# }
|
||||||
{
|
{
|
||||||
plugin = tmuxPlugins.catppuccin;
|
plugin = tmuxPlugins.catppuccin;
|
||||||
extraConfig =
|
extraConfig =
|
||||||
|
|||||||
2
flake.lock
generated
2
flake.lock
generated
@@ -1523,7 +1523,7 @@
|
|||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1,
|
"lastModified": 1,
|
||||||
"narHash": "sha256-pmGkwZxQ9+lSOJX5Q7+hdxI9tkY+Jfl8yolBymPOUgc=",
|
"narHash": "sha256-Df8036GjTHLqsHnxMMYFDrZAaM1DSEmVGjK8olHOUtY=",
|
||||||
"path": "./neovim",
|
"path": "./neovim",
|
||||||
"type": "path"
|
"type": "path"
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -309,8 +309,7 @@ in rec {
|
|||||||
"<leader>\"" = ''[["+]]'';
|
"<leader>\"" = ''[["+]]'';
|
||||||
"<C-c>" = "[[<cmd>ChatGPT<cr>]]";
|
"<C-c>" = "[[<cmd>ChatGPT<cr>]]";
|
||||||
"<leader>dr" = "[[<cmd>RustLsp debuggables<cr>]]";
|
"<leader>dr" = "[[<cmd>RustLsp debuggables<cr>]]";
|
||||||
# "<leader>ee" = "[[<cmd>Rest run<cr>]]";
|
"<leader>ee" = "[[<cmd>Rest run<cr>]]";
|
||||||
"<leader>ee" = "[[<Plug>RestNvim]]";
|
|
||||||
"<leader>el" = "[[<cmd>Rest run last<cr>]]";
|
"<leader>el" = "[[<cmd>Rest run last<cr>]]";
|
||||||
"<leader>hh" = "[[<cmd>DevdocsOpen<cr>]]";
|
"<leader>hh" = "[[<cmd>DevdocsOpen<cr>]]";
|
||||||
"<leader>hl" = "[[<cmd>DevdocsToggle<cr>]]";
|
"<leader>hl" = "[[<cmd>DevdocsToggle<cr>]]";
|
||||||
@@ -471,12 +470,12 @@ in rec {
|
|||||||
load = load,
|
load = load,
|
||||||
})
|
})
|
||||||
|
|
||||||
-- require('chatgpt').setup({
|
require('chatgpt').setup({
|
||||||
-- api_key_cmd = "${pkgs.rbw}/bin/rbw get platform.openai.com",
|
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("gp").setup({
|
||||||
|
-- openai_api_key = { "${pkgs.rbw}/bin/rbw", "get", "platform.openai.com" },
|
||||||
|
-- })
|
||||||
|
|
||||||
require('octo').setup({
|
require('octo').setup({
|
||||||
use_local_fs = false,
|
use_local_fs = false,
|
||||||
@@ -628,6 +627,12 @@ in rec {
|
|||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
|
||||||
|
vim.filetype.add({
|
||||||
|
filename = {
|
||||||
|
['nurfile'] = "nu",
|
||||||
|
},
|
||||||
|
})
|
||||||
|
|
||||||
'';
|
'';
|
||||||
package = pkgs.neovim-nightly;
|
package = pkgs.neovim-nightly;
|
||||||
opts = {
|
opts = {
|
||||||
@@ -657,8 +662,8 @@ in rec {
|
|||||||
|
|
||||||
# Wut
|
# Wut
|
||||||
image-nvim
|
image-nvim
|
||||||
# ChatGPT-nvim
|
ChatGPT-nvim
|
||||||
gp-nvim
|
# gp-nvim
|
||||||
pets-nvim
|
pets-nvim
|
||||||
|
|
||||||
# UI and UX
|
# UI and UX
|
||||||
|
|||||||
Reference in New Issue
Block a user