[vim] migration to 0.11 and native lsp client

This commit is contained in:
Dmitrii Chumak
2025-07-24 18:04:28 +03:00
parent e2bdd71b08
commit 880bbd18e0
7 changed files with 164 additions and 132 deletions

View File

@@ -14,10 +14,6 @@ vim.opt.rtp:prepend(lazypath)
local plugins = {
"williamboman/mason.nvim",
"williamboman/mason-lspconfig.nvim",
{
"neovim/nvim-lspconfig",
dependencies = { 'hrsh7th/cmp-nvim-lsp' }
},
{
'projekt0n/github-nvim-theme',
name = 'github-theme',
@@ -51,9 +47,8 @@ local plugins = {
"folke/which-key.nvim",
event = "VeryLazy",
opts = {
-- your configuration comes here
-- or leave it empty to use the default settings
-- refer to the configuration section below
preset = "modern",
show_help = false, -- workaround for border glitch https://github.com/folke/which-key.nvim/issues/967#issuecomment-2842309305
},
keys = {
{