mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-07-31 08:04:53 +02:00
add angular lsp (#322)
Co-authored-by: ptethng <hugo.nogard@protonmail.com>
This commit is contained in:
parent
b70c1a4a07
commit
50701b2d8f
2 changed files with 6 additions and 0 deletions
5
lua/lsp/angular-ls.lua
Normal file
5
lua/lsp/angular-ls.lua
Normal file
|
@ -0,0 +1,5 @@
|
|||
-- :LspInstall angular
|
||||
require'lspconfig'.angularls.setup {
|
||||
cmd = {DATA_PATH .. "/lspinstall/angular/node_modules/@angular/language-server/bin/ngserver", "--stdio"},
|
||||
on_attach = require'lsp'.common_on_attach,
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue