Kai Moschcau
Kai Moschcau
[This commit](https://github.com/neovim/nvim-lspconfig/commit/c9f387f) in nvim-lspconfig mentions that vue integration is now done via a tsserver plugin instead of using volar in take-over-mode. I think I got that working with `typescript-tools.nvim`, by...
### Did you check docs and existing issues? - [X] I have read all the trouble.nvim docs - [X] I have searched the existing issues of trouble.nvim - [X] I...
Let's just open a separate issue for this to type the drag data for everything. _Originally posted by @kmoschcau in https://github.com/League-of-Foundry-Developers/foundry-vtt-types/pull/917#discussion_r666429167_
### Description When I open a file with `typos_lsp` set up for it, `typos_lsp` always starts in single file mode, even though `root_dir` returns a file path. I can only...
Assuming we force extensions `"always"`, I get the following results: ```typescript import type Foo from "foo"; // No errors reported. import type { Bar } from "bar"; // No errors...
Clean up unused branches in the repository. Part of #2528.
This adds a guide on how to use `ssh-agent` on the uberspace servers. I also added a background explanation on why this is necessary and different compared to most guides...
`getFileType` contains this piece of code: ```vim if get(g:, 'loaded_nvim_treesitter', 0) let type = luaeval('require"emmet_utils".get_node_at_cursor()') " […] ``` However the assumptions here are flawed. `g:loaded_nvim_treesitter` is `v:true`, even if there...