diff --git a/init.lua b/init.lua index 2d2b1d0..a639008 100644 --- a/init.lua +++ b/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")