feat(nvim): final simplication;
This commit is contained in:
parent
6f664a27bd
commit
060cb3d7a8
19 changed files with 46 additions and 163 deletions
|
|
@ -1,9 +1,12 @@
|
|||
vim.pack.add({
|
||||
'https://github.com/neovim/nvim-lspconfig',
|
||||
{ src = 'https://github.com/folke/lazydev.nvim', load = false },
|
||||
{ src = 'https://github.com/saecki/live-rename.nvim', load = false },
|
||||
})
|
||||
|
||||
vim.pack.add({
|
||||
'https://github.com/folke/lazydev.nvim',
|
||||
'https://github.com/saecki/live-rename.nvim',
|
||||
}, { load = function() end })
|
||||
|
||||
return {
|
||||
{
|
||||
'neovim/nvim-lspconfig',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue