mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-01-30 22:42:15 +00:00
feat(nvim): combined and removed plugins
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user