tangled
alpha
login
or
join now
bpavuk.neocities.org
/
bpavuk.term
Bohdan's terminal configuration
0
fork
atom
overview
issues
pulls
pipelines
neovim: TypeScript support
bpavuk.neocities.org
2 months ago
500d0c3d
b130b90b
verified
This commit was signed with the committer's
known signature
.
bpavuk.neocities.org
SSH Key Fingerprint:
SHA256:touU+q2GJ73PqWiLfYmysNddAYFLgyW6s7Jzarerajw=
options
unified
split
Changed files
+14
nvim
.config
nvim
lua
plugins
typescript.lua
+14
nvim/.config/nvim/lua/plugins/typescript.lua
···
1
1
+
return {
2
2
+
{
3
3
+
"pmizio/typescript-tools.nvim",
4
4
+
ft = {
5
5
+
"svelte",
6
6
+
"typescript"
7
7
+
},
8
8
+
dependencies = {
9
9
+
"nvim-lua/plenary.nvim",
10
10
+
"neovim/nvim-lspconfig"
11
11
+
},
12
12
+
opts = {},
13
13
+
}
14
14
+
}