require lsp setup
This commit is contained in:
parent
9867549b3b
commit
d3c45857eb
5
init.lua
5
init.lua
|
@ -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")
|
||||
|
|
Loading…
Reference in New Issue