broke out angular-language-server config to new lsp protocol

This commit is contained in:
Long Nguyen
2025-06-17 13:25:52 -05:00
parent 78b469f526
commit 1ebb91c639
5 changed files with 93 additions and 65 deletions
+2
View File
@@ -119,6 +119,8 @@ opt.foldlevelstart = 30
opt.mouse = ""
opt.backupcopy = "yes"
opt.winborder = "rounded"
vim.cmd([[au BufRead,BufNewFile .env.* set filetype=sh]])
vim.cmd([[au BufRead,BufNewFile Dockerfile.* set filetype=dockerfile]])
--vim.cmd([[au BufRead,BufNewFile *.html set filetype=html]])