all repos

init.lua @ d199cea

my nvim config
2 files changed, 1 insertions(+), 2 deletions(-)
refactor: update model of loading for telescope and oil
Author: Smirnov Oleksandr ss2316544@gmail.com
Committed at: 2024-01-05 21:16:59 +0200
Parent: 2d6d91d
M lua/plugins/navigation.lua

@@ -33,7 +33,7 @@ },

{ "stevearc/oil.nvim", - lazy = false, + event = "VeryLazy"; keys = { { "<leader>e", map("oil", "open") } }, opts = { columns = { "icon" },
M lua/plugins/telescope.lua

@@ -1,6 +1,5 @@

return { "nvim-telescope/telescope.nvim", - event = "VeryLazy", dependencies = { "nvim-telescope/telescope-ui-select.nvim" }, keys = { { "<leader>f", "<cmd>Telescope find_files<cr>" },