Compare commits

...

3 Commits

Author SHA1 Message Date
Christoph J. Scherr 61775c5993 mobile: less lsp 2024-05-29 12:01:59 +02:00
Christoph J. Scherr e608db2e58 Merge branch 'master' into mobile-synx 2024-05-29 11:58:29 +02:00
Christoph J. Scherr 454723b5ec no splash 2024-05-27 21:59:24 +02:00
2 changed files with 3 additions and 10 deletions

View File

@ -27,7 +27,7 @@ M.ui = {
}, },
-- nvdash (dashboard) -- nvdash (dashboard)
nvdash = { nvdash = {
load_on_startup = true, load_on_startup = false,
header = { header = {
" ", " ",
" █ ████████ █████ ███████ ████ ", " █ ████████ █████ ███████ ████ ",

View File

@ -9,13 +9,6 @@ local servers = {
"html", "html",
"cssls", "cssls",
"tsserver", "tsserver",
"clangd",
"pyright",
"bashls",
"cmake",
"yamlls",
"texlab",
"csharp_ls",
} }
for _, lsp in ipairs(servers) do for _, lsp in ipairs(servers) do
@ -27,8 +20,8 @@ end
local server_with_settings = { local server_with_settings = {
-- "textlsp", -- "textlsp",
"ltex", -- "ltex",
"rust_analyzer", -- "rust_analyzer",
} }
for _, lsp in ipairs(server_with_settings) do for _, lsp in ipairs(server_with_settings) do