mirror of
https://github.com/NotAShelf/nvf.git
synced 2026-02-06 11:55:51 +00:00
Merge 2128bea606 into 92854bd0ea
This commit is contained in:
commit
1a0c10f0f5
2 changed files with 58 additions and 6 deletions
|
|
@ -73,6 +73,19 @@
|
|||
|
||||
- `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"];
|
||||
};
|
||||
};`
|
||||
|
||||
[jtliang24](https://github.com/jtliang24):
|
||||
|
||||
- Updated nix language plugin to use pkgs.nixfmt instead of
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue