do not download lsp on freebsd
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
if (vim.fn.has('macunix')) then
|
||||
|
||||
return {}
|
||||
|
||||
else
|
||||
|
||||
return {
|
||||
ensure_installed = {
|
||||
"lua-language-server",
|
||||
@@ -25,3 +31,4 @@ return {
|
||||
"ansible-lint",
|
||||
},
|
||||
}
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user