diff --git a/.gitmodules b/.gitmodules index 9cdbccd..a760429 100644 --- a/.gitmodules +++ b/.gitmodules @@ -40,6 +40,3 @@ [submodule ".vim/pack/editor/start/vim-snippets"] path = .vim/pack/editor/start/vim-snippets url = https://github.com/honza/vim-snippets -[submodule ".vim/pack/editor/start/vim-clap"] - path = .vim/pack/editor/start/vim-clap - url = https://github.com/liuchengxu/vim-clap.git diff --git a/.vim/pack/editor/start/vim-clap b/.vim/pack/editor/start/vim-clap deleted file mode 160000 index f934849..0000000 --- a/.vim/pack/editor/start/vim-clap +++ /dev/null @@ -1 +0,0 @@ -Subproject commit f934849413d270dc3985ce7da6ece754160e7035 diff --git a/.vim/web.vimrc b/.vim/web.vimrc index fbdf7f6..0bc329f 100644 --- a/.vim/web.vimrc +++ b/.vim/web.vimrc @@ -35,6 +35,15 @@ if executable("vscode-json-languageserver") }]) endif +if executable("typescript-language-server") + g:LspAddServer([{ + name: 'tsserver', + filetype: ['javascript', 'typescript'], + path: 'typescript-language-server', + args: ['--stdio'], + }]) +endif + if executable("intelephense") g:LspAddServer([{ name: 'intelephense',