feat(nvim): Change completion source to blink.cmp

* fix: Completion does not work under Linux
* chore: Load less LSPs
* feat: Add selection border for completions
This commit is contained in:
js0ny 2025-03-21 00:46:30 +00:00
parent 47197902c8
commit 569238e45f
5 changed files with 112 additions and 18 deletions

View file

@ -1,8 +1,5 @@
return {
{
"neovim/nvim-lspconfig",
lazy = false,
},
{ import = "plugins.mod.nvim-lspconfig" },
{ import = "plugins.mod.render-markdown" },
-- { import = "plugins.mod.markview" },
{