minor refactoring
moved the lsp.signature to ui repo to be available for non-nvchad users too
This commit is contained in:
@@ -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",
|
||||
|
||||
|
||||
Reference in New Issue
Block a user