mirror of
https://github.com/NotAShelf/nvf.git
synced 2026-04-27 03:47:37 +00:00
fix: deno root marker containing tsconfig.json
This commit is contained in:
parent
39416a521d
commit
03b01701c3
3 changed files with 2 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue