AutoYADM commit: 2024-12-23 22:30:01
This commit is contained in:
parent
b56c86afbb
commit
a5789d25cb
4 changed files with 29 additions and 2 deletions
|
@ -88,6 +88,7 @@
|
|||
"todo-comments.nvim": { "branch": "main", "commit": "ae0a2afb47cf7395dc400e5dc4e05274bf4fb9e0" },
|
||||
"tokyonight.nvim": { "branch": "main", "commit": "b262293ef481b0d1f7a14c708ea7ca649672e200" },
|
||||
"trailblazer.nvim": { "branch": "main", "commit": "674bb6254a376a234d0d243366224122fc064eab" },
|
||||
"treesj": { "branch": "main", "commit": "94f6df623f2d15630b1b617abff39962024cb501" },
|
||||
"trouble.nvim": { "branch": "main", "commit": "46cf952fc115f4c2b98d4e208ed1e2dce08c9bf6" },
|
||||
"ts-comments.nvim": { "branch": "main", "commit": "872dcfa0418f4a33b7437fb4d9f4e89f2f000d74" },
|
||||
"venv-selector.nvim": { "branch": "regexp", "commit": "e82594274bf7b54387f9a2abe65f74909ac66e97" },
|
||||
|
|
|
@ -0,0 +1,21 @@
|
|||
return {
|
||||
"Wansmer/treesj",
|
||||
dependencies = {
|
||||
"nvim-treesitter/nvim-treesitter",
|
||||
},
|
||||
-- event = "VimEnter",
|
||||
opts = {
|
||||
use_default_keymaps = false,
|
||||
},
|
||||
keys = {
|
||||
{
|
||||
"<leader>ct",
|
||||
function()
|
||||
require("treesj").toggle()
|
||||
end,
|
||||
{ desc = "Treesj Toggle" },
|
||||
},
|
||||
-- { "<leader>cts", function() require("treesj").split() end, { desc = "Treesj Split" } },
|
||||
-- { "<leader>ctj", function() require("treesj").join() end, { desc = "Treesj Join" } },
|
||||
},
|
||||
}
|
|
@ -1 +1,6 @@
|
|||
return { lazy = true, "tridactyl/vim-tridactyl" }
|
||||
return {
|
||||
-- lazy = true,
|
||||
-- event = "BufReadPre /home/fic/tridactyl/trydactylrc",
|
||||
ft = "tridactyl",
|
||||
"tridactyl/vim-tridactyl",
|
||||
}
|
||||
|
|
|
@ -181,7 +181,7 @@ bind <C-m> gobble 1 markaddglobal
|
|||
|
||||
" Seturl
|
||||
set allowautofocus true
|
||||
seturl *(chatgpt|openai)\*.com allowautofocus false
|
||||
" seturl *(chatgpt|openai)\*.com allowautofocus false
|
||||
seturl monkeytype.com allowautofocus true
|
||||
|
||||
" Autocmds
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue