require lsp setup

This commit is contained in:
andrzej 2024-03-13 00:25:39 +01:00
parent 9867549b3b
commit d3c45857eb
1 changed files with 2 additions and 3 deletions

View File

@ -9,11 +9,10 @@ if not vim.loop.fs_stat(lazypath) then
"--filter=blob:none",
"https://github.com/folke/lazy.nvim.git",
"--branch=stable", -- latest stable release
lazypath,
})
lazypath, })
end
vim.opt.rtp:prepend(lazypath)
require("lazy").setup({ { import = "plugins" }, { import = "plugins.lsp" }, { import = "plugins.themes" } })
require("lsp_setup")
vim.cmd("colorscheme rose-pine")