diff --git a/lua/custom/plugins/remote-sshfs.lua b/lua/custom/plugins/remote-sshfs.lua index a5937a27..60abac3c 100644 --- a/lua/custom/plugins/remote-sshfs.lua +++ b/lua/custom/plugins/remote-sshfs.lua @@ -1,9 +1,3 @@ --- return { --- 'nosduco/remote-sshfs.nvim', --- dependencies = { 'nvim-telescope/telescope.nvim', 'nvim-lua/plenary.nvim' }, --- opts = {}, --- } - vim.pack.add { "https://github.com/nosduco/remote-sshfs.nvim"} require('remote-sshfs').setup() diff --git a/lua/custom/plugins/snacks.lua b/lua/custom/plugins/snacks.lua index 7018d1d7..82944056 100644 --- a/lua/custom/plugins/snacks.lua +++ b/lua/custom/plugins/snacks.lua @@ -1,29 +1,5 @@ --- return { --- 'folke/snacks.nvim', --- priority = 1000, --- lazy = false, --- ---@type snacks.Config --- opts = { --- dashboard = { enabled = true }, --- gitbrowse = { enabled = true }, --- lazygit = { enabled = true }, --- scratch = { enabled = true }, --- terminal = { enabled = true }, --- }, --- keys = { --- { '=', function() Snacks.dashboard.open() end, desc = 'Dashboard' }, --- { 'gb', function() Snacks.gitbrowse.open() end, desc = 'Open Git Repository in Browser' }, --- { 'gl', function() Snacks.lazygit.open() end, desc = 'Open Lazy Git' }, --- { 'no', function() Snacks.scratch() end, desc = 'Open Notepad' }, --- { 'ns', function() Snacks.scratch.select() end, desc = 'Select Note' }, --- { '', function() Snacks.terminal() end, desc = 'Open Terminal' }, --- }, --- } - --TODO: design a style and features for my dashboard (add opening parent directory with Oil) --TODO: determine a method for deleting scratches easily - ---FIX: postmerge-20260701: Dashboard not working vim.pack.add { 'https://github.com/folke/snacks.nvim' } require('snacks').setup { dashboard = {