Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelangeloio committed Dec 16, 2023
1 parent 1cf1170 commit eb28f16
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/neovim.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,7 @@ local server_config = {
if not lsp_configurations.does_it_throw_server then
lsp_configurations.does_it_throw_server = {
default_config = {
cmd = {"node", "/Users/angelo/developer/does-it-throw-vscode-0.2.5/extension/server/out/server.js",
"--stdio"},
cmd = {"does-it-throw-lsp", "--stdio"},
filetypes = {"typescript", "javascript"},
root_dir = function(fname)
return vim.fn.getcwd()
Expand Down

0 comments on commit eb28f16

Please sign in to comment.