mirror of
https://github.com/Ascyii/nvim.git
synced 2026-01-01 04:04:24 -05:00
Update readme
This commit is contained in:
@@ -58,7 +58,8 @@ return {
|
||||
config = function()
|
||||
require("mason").setup()
|
||||
|
||||
-- Workaround for local zls
|
||||
-- Workaround for local lsp only
|
||||
-- does not work so nice on non nixos systems
|
||||
local servers_modified = servers
|
||||
for i, v in ipairs(servers_modified) do
|
||||
if v == "zls" then
|
||||
@@ -69,6 +70,10 @@ return {
|
||||
table.remove(servers_modified, i)
|
||||
break
|
||||
end
|
||||
if v == "hls" then
|
||||
table.remove(servers_modified, i)
|
||||
break
|
||||
end
|
||||
end
|
||||
|
||||
require("mason-lspconfig").setup({
|
||||
|
||||
Reference in New Issue
Block a user