From 2a5f8920d10c4a85586ae6d697f233ce52144a10 Mon Sep 17 00:00:00 2001 From: Aleksa Vuckovic Date: Fri, 24 Feb 2023 01:35:43 +0100 Subject: nvim-lsp-installer replaced with mason.nvim --- lua/user/lsp/mason.lua | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 lua/user/lsp/mason.lua (limited to 'lua/user/lsp/mason.lua') diff --git a/lua/user/lsp/mason.lua b/lua/user/lsp/mason.lua new file mode 100644 index 0000000..af77151 --- /dev/null +++ b/lua/user/lsp/mason.lua @@ -0,0 +1,9 @@ +require("mason").setup({ + ui = { + icons = { + package_installed = "✓", + package_pending = "➜", + package_uninstalled = "✗" + } + } +}) -- cgit v1.2.3