known working stat

This commit is contained in:
Daveanand Mannie
2024-08-22 14:34:48 -04:00
parent 735c6cd555
commit 9003e48d4b

View File

@@ -13,12 +13,10 @@ if not (vim.uv or vim.loop).fs_stat(lazypath) then
end
end
vim.opt.rtp:prepend(lazypath)
require("lazy").setup({
spec = {
-- add LazyVim and import its plugins
{ "LazyVim/LazyVim", import = "lazyvim.plugins" },
{ import = "lazyvim.plugins.extras.editor.fzf" },
{ import = "plugins" },
},
defaults = {