feat(nvim): combined and removed plugins

This commit is contained in:
2023-09-02 22:34:03 +03:00
parent 68727e4869
commit 73e6f8a321
16 changed files with 529 additions and 457 deletions

View File

@@ -1,3 +1,4 @@
-- luacheck: globals vim
-- Completion menu.
-- Icons to display.
@@ -140,6 +141,7 @@ return {
-- Formatting the menu display.
formatting = {
expandable_indicator = true,
fields = { "kind", "abbr", "menu" },
format = function(_, vim_item)
vim_item.menu = vim_item.kind
@@ -202,7 +204,7 @@ return {
{
name = "nvim_lsp",
priority = 11,
--max_item_count = 10,
max_item_count = 10,
},
-- Snippets in general to facilitate life.