mirror of
https://github.com/NotAShelf/nvf.git
synced 2026-01-11 21:26:31 +00:00
languages/ts: add vtsls support for vue
This commit is contained in:
parent
ceaae0eb2e
commit
f528a7a552
2 changed files with 65 additions and 6 deletions
|
|
@ -36,3 +36,16 @@
|
|||
[Libadoxon](https://github.com/Libadoxon):
|
||||
|
||||
- `toggleterm` open map now also works when in terminal mode
|
||||
|
||||
[sumrdev](https://github.com/sumrdev):
|
||||
|
||||
- Added `vtsls` typescript language server with vue integration
|
||||
- Add with
|
||||
`nix
|
||||
vim.languages.ts = {
|
||||
enable = true;
|
||||
extraVueSupport = true;
|
||||
lsp = {
|
||||
servers = ["vtsls"];
|
||||
};
|
||||
};`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue