mirror of
https://github.com/He4eT/dotfiles.git
synced 2026-05-04 23:47:23 +00:00
nvim: update plugins
This commit is contained in:
parent
285323ab00
commit
e1933af13a
1 changed files with 2 additions and 5 deletions
|
|
@ -414,11 +414,8 @@ require('lazy').setup({
|
|||
{
|
||||
'neovim/nvim-lspconfig',
|
||||
dependencies = {
|
||||
{
|
||||
'williamboman/mason.nvim',
|
||||
config = true,
|
||||
},
|
||||
'williamboman/mason-lspconfig.nvim',
|
||||
{ 'mason-org/mason.nvim', opts = {} },
|
||||
'mason-org/mason-lspconfig.nvim',
|
||||
},
|
||||
config = function()
|
||||
--[[ cfg_lazy_lsp_servers ]]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue