Clean up init.lua
This commit is contained in:
parent
1e6bb57c4f
commit
95e5e97463
12
init.lua
12
init.lua
@ -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()
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user