mirror of
https://github.com/He4eT/dotfiles.git
synced 2026-05-04 15:37:22 +00:00
nvim: remove neodev
This commit is contained in:
parent
28a4780cdd
commit
16d981e5ad
1 changed files with 2 additions and 8 deletions
|
|
@ -51,14 +51,11 @@ require('lazy').setup({
|
|||
{ -- LSP Configuration & Plugins
|
||||
'neovim/nvim-lspconfig',
|
||||
dependencies = {
|
||||
-- Automatically install LSPs to stdpath for neovim
|
||||
{
|
||||
{ -- Automatically install LSPs to stdpath for neovim
|
||||
'williamboman/mason.nvim',
|
||||
config = true
|
||||
config = true,
|
||||
},
|
||||
'williamboman/mason-lspconfig.nvim',
|
||||
-- Additional lua configuration, makes nvim stuff amazing!
|
||||
'folke/neodev.nvim',
|
||||
},
|
||||
},
|
||||
{ -- Autocompletion
|
||||
|
|
@ -459,9 +456,6 @@ local servers = {
|
|||
},
|
||||
}
|
||||
|
||||
-- Setup neovim lua configuration
|
||||
require('neodev').setup()
|
||||
|
||||
-- nvim-cmp supports additional completion capabilities, so broadcast that to servers
|
||||
local capabilities = vim.lsp.protocol.make_client_capabilities()
|
||||
capabilities = require('cmp_nvim_lsp').default_capabilities(capabilities)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue