lspconfig setup

This commit is contained in:
Aram Markarov
2025-08-30 20:14:23 +02:00
parent 7bcfc8a3c5
commit 36fbad0d9c
6 changed files with 196 additions and 32 deletions
+18 -4
View File
@@ -1,4 +1,22 @@
return {
{
"neovim/nvim-lspconfig",
dependencies = {
"williamboman/mason.nvim",
"williamboman/mason-lspconfig.nvim",
"hrsh7th/cmp-nvim-lsp",
"hrsh7th/cmp-buffer",
"hrsh7th/cmp-path",
"hrsh7th/cmp-cmdline",
"hrsh7th/nvim-cmp",
"L3MON4D3/LuaSnip",
"saadparwaiz1/cmp_luasnip",
"j-hui/fidget.nvim",
},
config = function()
require("config.lspconfig")
end,
},
{
"nvim-neorg/neorg",
lazy = false,
@@ -24,10 +42,6 @@ return {
require("config.autosession")
end,
},
{
"neoclide/coc.nvim",
branch = 'release',
},
{
"olimorris/onedarkpro.nvim",
config = function()