minor refactoring

moved the lsp.signature to ui repo to be available for non-nvchad users too
This commit is contained in:
siduck
2024-06-27 09:28:14 +05:30
parent 61b336c030
commit 230b6c867e
8 changed files with 15 additions and 16 deletions
+3 -1
View File
@@ -1,5 +1,7 @@
dofile(vim.g.base46_cache .. "mason")
local options = {
ensure_installed = { "lua-language-server", 'stylua' }, -- not an option from mason.nvim
ensure_installed = { "lua-language-server", "stylua" }, -- not an option from mason.nvim
PATH = "skip",