From 86bd6606d0c1f7ed5813026fcd1ce0f255709734 Mon Sep 17 00:00:00 2001 From: TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> Date: Wed, 27 Aug 2025 08:34:52 +0900 Subject: updates --- ar/.config/TheSiahxyz/lua/TheSiahxyz/core/keymaps.lua | 2 +- ar/.config/TheSiahxyz/lua/TheSiahxyz/plugins/ssh.lua | 10 ---------- 2 files changed, 1 insertion(+), 11 deletions(-) delete mode 100644 ar/.config/TheSiahxyz/lua/TheSiahxyz/plugins/ssh.lua (limited to 'ar/.config') diff --git a/ar/.config/TheSiahxyz/lua/TheSiahxyz/core/keymaps.lua b/ar/.config/TheSiahxyz/lua/TheSiahxyz/core/keymaps.lua index 5b461ab..500abf0 100644 --- a/ar/.config/TheSiahxyz/lua/TheSiahxyz/core/keymaps.lua +++ b/ar/.config/TheSiahxyz/lua/TheSiahxyz/core/keymaps.lua @@ -68,7 +68,7 @@ vim.keymap.set("n", "gcD", function() vim.cmd("cd " .. vim.fn.fnameescape(vim.fn.fnamemodify(realpath, ":h"))) vim.cmd("pwd") end, { desc = "Go to real path of current file" }) -vim.keymap.set("n", "gc.", ":cd ..:pwd", { desc = "Go to parent file path" }) +vim.keymap.set("n", "gc.", ":cd ..:pwd", { desc = "Go to current file path" }) -- Check health vim.keymap.set("n", "ch", ":checkhealth", { desc = "Check neovim health" }) diff --git a/ar/.config/TheSiahxyz/lua/TheSiahxyz/plugins/ssh.lua b/ar/.config/TheSiahxyz/lua/TheSiahxyz/plugins/ssh.lua deleted file mode 100644 index 20cead1..0000000 --- a/ar/.config/TheSiahxyz/lua/TheSiahxyz/plugins/ssh.lua +++ /dev/null @@ -1,10 +0,0 @@ -return { - "amitds1997/remote-nvim.nvim", - version = "*", -- Pin to GitHub releases - dependencies = { - "nvim-lua/plenary.nvim", -- For standard functions - "MunifTanjim/nui.nvim", -- To build the plugin UI - "nvim-telescope/telescope.nvim", -- For picking b/w different remote methods - }, - config = true, -} -- cgit v1.2.3