Org Mode Agenda to new tab, show tabbar if >1 tabs

This commit is contained in:
Lüdecke Sascha
2026-09-17 09:07:34 +02:00
parent 955ceb2f61
commit 8258f31107
5 changed files with 34 additions and 5 deletions

View File

@@ -108,8 +108,20 @@ if vim.loop.os_gethostname() == 'slaptop' then
'wgsl_analyzer',
}
else
-- local project_library_path = "$HOME/onedrive/Development/sm-rosenheim/frontend/node_modules"
-- local project_library_path = 'C:\\Users\\260057\\onedrive\\Development\\sm-rosenheim\\frontend\\node_modules'
local project_library_path = 'C:/Users/260057/onedrive/Development/sm-rosenheim/frontend/node_modules'
local cmd = { "ngserver", "--stdio", "--tsProbeLocations", project_library_path, "--ngProbeLocations",
project_library_path }
vim.lsp.config('angularls', {
cmd = cmd,
})
-- any lsp which should be enabled in all situations
enable_this_lsp = {
'bashls',
'angularls',
'emmylua_ls',
}
end