mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-07-24 20:55:00 +02:00
fix styling issues (#811)
This commit is contained in:
parent
a9e7b6ff8c
commit
2866ba528c
11 changed files with 170 additions and 176 deletions
|
@ -1,6 +1,6 @@
|
|||
-- TODO find correct root filetype
|
||||
-- :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,
|
||||
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