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',
|
'neovim/nvim-lspconfig',
|
||||||
dependencies = {
|
dependencies = {
|
||||||
{
|
{ 'mason-org/mason.nvim', opts = {} },
|
||||||
'williamboman/mason.nvim',
|
'mason-org/mason-lspconfig.nvim',
|
||||||
config = true,
|
|
||||||
},
|
|
||||||
'williamboman/mason-lspconfig.nvim',
|
|
||||||
},
|
},
|
||||||
config = function()
|
config = function()
|
||||||
--[[ cfg_lazy_lsp_servers ]]
|
--[[ cfg_lazy_lsp_servers ]]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue