Org Mode Agenda to new tab, show tabbar if >1 tabs
This commit is contained in:
12
lua/lsp.lua
12
lua/lsp.lua
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user