Skip to content

Commit

Permalink
Add emmet-language-server
Browse files Browse the repository at this point in the history
Note: There are two language servers available for emmet:

We used to use:
https://github.com/aca/emmet-ls

but this makes suggestions for arbitrary words ("asdf" --> <asdf></asdf>) which is annoying.

This is not the case with:
https://github.com/olrtg/emmet-language-server

See this thread for more info:
aca/emmet-ls#55
  • Loading branch information
Bitter Olivier committed Jun 13, 2024
1 parent 62254e5 commit b265f50
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lazy-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"neotest-python": { "branch": "master", "commit": "81d2265efac717bb567bc15cc652ae10801286b3" },
"nui.nvim": { "branch": "main", "commit": "9e3916e784660f55f47daa6f26053ad044db5d6a" },
"nvim-autopairs": { "branch": "master", "commit": "ae5b41ce880a6d850055e262d6dfebd362bb276e" },
"nvim-cmp": { "branch": "main", "commit": "8f3c541407e691af6163e2447f3af1bd6e17f9a3" },
"nvim-cmp": { "branch": "main", "commit": "ce16de5665c766f39c271705b17fff06f7bcb84f" },
"nvim-dap": { "branch": "master", "commit": "897c433ff2fbcf6f71a57bf18460d810e173d1e0" },
"nvim-dap-python": { "branch": "master", "commit": "37b4cba02e337a95cb62ad1609b3d1dccb2e5d42" },
"nvim-dap-ui": { "branch": "master", "commit": "85b16ac2309d85c88577cd8ee1733ce52be8227e" },
Expand Down Expand Up @@ -62,4 +62,4 @@
"typescript-tools.nvim": { "branch": "master", "commit": "c43d9580c3ff5999a1eabca849f807ab33787ea7" },
"vim-fugitive": { "branch": "master", "commit": "b3b838d690f315a503ec4af8c634bdff3b200aaf" },
"vscode-js-debug": { "branch": "main", "commit": "573257eaad641b0e214c0cc211929ec26d6f302f" }
}
}
1 change: 1 addition & 0 deletions lua/lang/typescript/tools.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ return {
opts = {
ensure_installed = {
typescript = {
"emmet-language-server",
"js-debug-adapter",
"prettierd",
"typescript-language-server", -- tsserver
Expand Down

0 comments on commit b265f50

Please sign in to comment.