commit | f2b5e26d877876c16aa091456c713977eae28f76 | [log] [tgz] |
---|---|---|
author | Skyler Grey <skyler3665@gmail.com> | Wed Jun 15 15:59:50 2022 +0100 |
committer | Skyler Grey <skyler3665@gmail.com> | Wed Jun 15 15:59:50 2022 +0100 |
tree | 5b4ea3b072312b6c831e0ae17cfc449dd93e7b72 | |
parent | e96d0116788f50a53b45ceb69688b0016ae00487 [diff] |
Add the coc typescript language server
diff --git a/src/apps/personal/vim.nix b/src/apps/personal/vim.nix index ca852dd..2227432 100644 --- a/src/apps/personal/vim.nix +++ b/src/apps/personal/vim.nix
@@ -18,6 +18,7 @@ plugins = [ pkgs.vimPlugins.vim-nix pkgs.vimPlugins.copilot-vim + pkgs.vimPlugins.coc-tsserver ]; };