Skip to content

Commit 1753aba

Browse files
committed
Proof of concept of an lsp server.
1 parent 46a37de commit 1753aba

File tree

6 files changed

+2140
-0
lines changed

6 files changed

+2140
-0
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
*/node_modules/*

connect.el

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
(lsp-register-client
2+
(make-lsp-client :new-connection (lsp-stdio-connection '("/opt/homebrew/bin/nodemon" "/Users/amiralirajan/projects/lsp-ruby-test/dragonruby-lsp/server.js" "--stdio"))
3+
:major-modes '(ruby-mode)
4+
:server-id 'dragonruby-lsp))

0 commit comments

Comments
 (0)