migrates null-ls, updates icons for nvim-cmp

This commit is contained in:
xesc 2023-12-10 15:21:22 +01:00
parent 139eb55017
commit 162febc284
2 changed files with 15 additions and 15 deletions

View file

@ -1,6 +1,6 @@
return { return {
{ {
"jose-elias-alvarez/null-ls.nvim", "nvimtools/none-ls.nvim",
-- event = "BufReadPost", -- event = "BufReadPost",
dependencies = { dependencies = {
{ {

View file

@ -40,30 +40,30 @@ return {
-- Set up nvim-cmp with luasnip -- Set up nvim-cmp with luasnip
local kind_icons = { local kind_icons = {
Text = "", Text = "",
Method = "", Method = "󰆧",
Function = "", Function = "󰊕",
Constructor = "", Constructor = "",
Field = "", Field = "󰇽",
Variable = "", Variable = "󰂡",
Class = "", Class = "󰠱",
Interface = "", Interface = "",
Module = "", Module = "",
Property = "", Property = "󰜢",
Unit = "", Unit = "",
Value = "", Value = "󰎠",
Enum = "", Enum = "",
Keyword = "", Keyword = "󰌋",
Snippet = "", Snippet = "",
Color = "", Color = "󰏘",
File = "", File = "󰈙",
Reference = "", Reference = "",
Folder = "", Folder = "󰉋",
EnumMember = "", EnumMember = "",
Constant = "", Constant = "󰏿",
Struct = "", Struct = "",
Event = "", Event = "",
Operator = "", Operator = "󰆕",
TypeParameter = "" TypeParameter = "󰅲"
} }
local has_words_before = function() local has_words_before = function()