Compare commits
2 Commits
85372d8bab
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| caba20e93c | |||
| 7cdd5ce3dd |
@@ -119,6 +119,7 @@ vim.pack.add({
|
|||||||
'https://github.com/folke/todo-comments.nvim',
|
'https://github.com/folke/todo-comments.nvim',
|
||||||
'https://github.com/nvim-lua/plenary.nvim',
|
'https://github.com/nvim-lua/plenary.nvim',
|
||||||
'https://github.com/nvim-tree/nvim-web-devicons',
|
'https://github.com/nvim-tree/nvim-web-devicons',
|
||||||
|
'https://github.com/mistweaverco/kulala.nvim'
|
||||||
})
|
})
|
||||||
|
|
||||||
-- NVIM 0.12 EXPERIMENTAL
|
-- 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', '<leader>fh', fzflua.help_tags)
|
||||||
vim.keymap.set({ 'n', 'v' }, '<leader>fc', fzflua.commands)
|
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 --
|
-- lsp --
|
||||||
vim.api.nvim_create_autocmd("FileType", {
|
vim.api.nvim_create_autocmd("FileType", {
|
||||||
pattern = "lua",
|
pattern = "lua",
|
||||||
|
|||||||
+1
-2
@@ -1,6 +1,5 @@
|
|||||||
IdentityFile ~/.ssh/touch_key
|
IdentityFile ~/.ssh/touchkey
|
||||||
IdentityFile ~/.ssh/id_ed25519_sk
|
IdentityFile ~/.ssh/id_ed25519_sk
|
||||||
IdentityFile ~/.ssh/id_ed25519_sk_secondary
|
|
||||||
|
|
||||||
ControlMaster auto
|
ControlMaster auto
|
||||||
ControlPath ~/.ssh/session.%r@%h:%p
|
ControlPath ~/.ssh/session.%r@%h:%p
|
||||||
|
|||||||
Reference in New Issue
Block a user