From 162febc2844bd169328f7aa906c584745a3826e1 Mon Sep 17 00:00:00 2001 From: xesc Date: Sun, 10 Dec 2023 15:21:22 +0100 Subject: [PATCH] migrates null-ls, updates icons for nvim-cmp --- lua/plugin/{null-ls.lua => none-ls.lua} | 2 +- lua/plugin/nvim-cmp.lua | 28 ++++++++++++------------- 2 files changed, 15 insertions(+), 15 deletions(-) rename lua/plugin/{null-ls.lua => none-ls.lua} (98%) diff --git a/lua/plugin/null-ls.lua b/lua/plugin/none-ls.lua similarity index 98% rename from lua/plugin/null-ls.lua rename to lua/plugin/none-ls.lua index ce0c69a..22443ff 100644 --- a/lua/plugin/null-ls.lua +++ b/lua/plugin/none-ls.lua @@ -1,6 +1,6 @@ return { { - "jose-elias-alvarez/null-ls.nvim", + "nvimtools/none-ls.nvim", -- event = "BufReadPost", dependencies = { { diff --git a/lua/plugin/nvim-cmp.lua b/lua/plugin/nvim-cmp.lua index 6d3cb94..4f078f9 100644 --- a/lua/plugin/nvim-cmp.lua +++ b/lua/plugin/nvim-cmp.lua @@ -40,30 +40,30 @@ return { -- Set up nvim-cmp with luasnip local kind_icons = { Text = "", - Method = "", - Function = "", + Method = "󰆧", + Function = "󰊕", Constructor = "", - Field = "", - Variable = "", - Class = "ﴯ", + Field = "󰇽", + Variable = "󰂡", + Class = "󰠱", Interface = "", Module = "", - Property = "ﰠ", + Property = "󰜢", Unit = "", - Value = "", + Value = "󰎠", Enum = "", - Keyword = "", + Keyword = "󰌋", Snippet = "", - Color = "", - File = "", + Color = "󰏘", + File = "󰈙", Reference = "", - Folder = "", + Folder = "󰉋", EnumMember = "", - Constant = "", + Constant = "󰏿", Struct = "", Event = "", - Operator = "", - TypeParameter = "" + Operator = "󰆕", + TypeParameter = "󰅲" } local has_words_before = function()