check for system architecture

This commit is contained in:
Andrzej Stepien 2024-03-19 15:50:11 +01:00
parent 2de15025ff
commit d732c07a71
1 changed files with 6 additions and 0 deletions

View File

@ -109,6 +109,10 @@ return { -- LSP Configuration & Plugins
-- - capabilities (table): Override fields in capabilities. Can be used to disable certain LSP features.
-- - settings (table): Override the default settings passed when initializing the server.
-- For example, to see the options for `lua_ls`, you could go to: https://luals.github.io/wiki/settings/
--
local arch = require("jit").arch
--get architecture as string (to blocklist installs that don't work on Android)
local servers = {
-- clangd = {},
-- gopls = {},
@ -120,6 +124,8 @@ return { -- LSP Configuration & Plugins
-- https://github.com/pmizio/typescript-tools.nvim
--
-- But for many setups, the LSP (`tsserver`) will work just fine
marksman = {},
tsserver = {},
ltex = {