1
0

chore: neovim updates

This commit is contained in:
2025-07-18 18:30:01 +02:00
parent 8eb01590c3
commit 99e9bd20aa
5 changed files with 13 additions and 3 deletions

View File

@@ -0,0 +1,5 @@
return {
cmd = { 'typescript-language-server', '--stdio' },
filetypes = { 'typescript', 'javascript' },
root_markers = { 'package.json', 'tsconfig.json' },
}