Clean up init.lua

This commit is contained in:
Kenneth Benzie 2024-03-02 17:37:48 +00:00
parent 1e6bb57c4f
commit 95e5e97463

View File

@ -15,18 +15,8 @@ if not vim.loop.fs_stat(lazypath) then
end end
vim.opt.rtp:prepend(lazypath) vim.opt.rtp:prepend(lazypath)
require('lazy').setup({ require('lazy').setup('plugins', {
import = 'plugins',
change_detection = { change_detection = {
enabled = false, enabled = false,
}, },
}) })
-- {
-- { 'nvim-telescope/telescope.nvim', dependencies = { 'nvim-lua/plenary.nvim' } },
-- { 'neovim/nvim-lspconfig' },
-- })
-- require('telescope').setup()
-- require('lspconfig').clangd.setup()
-- require('lspconfig').cmake.setup()
-- require('lspconfig').lua_ls.setup()