Compare commits

...

2 Commits

Author SHA1 Message Date
afonsofrancof caba20e93c feat(nvim): Add kulala.nvim 2026-05-24 20:07:19 +01:00
afonsofrancof 7cdd5ce3dd feat(ssh): Remove obsolete keys 2026-05-24 19:56:45 +01:00
2 changed files with 13 additions and 3 deletions
+11
View File
@@ -119,6 +119,7 @@ vim.pack.add({
'https://github.com/folke/todo-comments.nvim',
'https://github.com/nvim-lua/plenary.nvim',
'https://github.com/nvim-tree/nvim-web-devicons',
'https://github.com/mistweaverco/kulala.nvim'
})
-- NVIM 0.12 EXPERIMENTAL
@@ -236,6 +237,16 @@ vim.keymap.set('n', '<leader>fb', fzflua.buffers)
vim.keymap.set('n', '<leader>fh', fzflua.help_tags)
vim.keymap.set({ 'n', 'v' }, '<leader>fc', fzflua.commands)
-- kulala --
require("kulala").setup({
global_keymaps = true,
global_keymaps_prefix = "<leader>R",
kulala_keymaps_prefix = "<leader>",
ui = {
max_response_size = 1000000
}
})
-- lsp --
vim.api.nvim_create_autocmd("FileType", {
pattern = "lua",
+1 -2
View File
@@ -1,6 +1,5 @@
IdentityFile ~/.ssh/touch_key
IdentityFile ~/.ssh/touchkey
IdentityFile ~/.ssh/id_ed25519_sk
IdentityFile ~/.ssh/id_ed25519_sk_secondary
ControlMaster auto
ControlPath ~/.ssh/session.%r@%h:%p