fix: deno root marker containing tsconfig.json

This commit is contained in:
Snoweuph 2026-04-16 19:02:07 +02:00
commit 03b01701c3
No known key found for this signature in database
GPG key ID: BEFC41DA223CEC55
3 changed files with 2 additions and 3 deletions

View file

@ -174,7 +174,6 @@ in {
vim.lsp = {
presets = genAttrs cfg.lsp.servers (_: {enable = true;});
servers = genAttrs cfg.lsp.servers (_: {
root_markers = ["tsconfig.json"];
filetypes = [
"typescript"
# TODO: move to a React module