all repos

init.lua @ f4c2981

my nvim config
2 files changed, 2 insertions(+), 1 deletions(-)
refactor(lsp): auto load oil.nvim's types
Author: Smirnov Oleksandr ss2316544@gmail.com
Committed at: 2024-09-19 23:26:24 +0300
Parent: ce6a55b
M lua/plugins/lsp/init.lua

@@ -20,6 +20,7 @@ { path = "mini.test", words = { "MiniTest" } },

"lazy.nvim", "gopher.nvim", "neogit", + "oil.nvim", }, }, },
M lua/plugins/navigation.lua

@@ -1,4 +1,4 @@

----@type LazySpec[] +---@type LazySpec return { { "mbbill/undotree",