-
Notifications
You must be signed in to change notification settings - Fork 4
Home
Mikko edited this page Feb 1, 2025
·
3 revisions
- To debug issues start micro with the
-debug
flag and runtail -f log.txt
in another terminal to see what's happening in real time (you may want to add or comment out somelog()
calls) - Try to follow the LSP specification, but note that different language servers may interpret the spec slightly differently so it's good to test with multiple different language servers.
- micro plugins.md
- micro internal documentation
- LSP specification
- nvim-lspconfig (tons of server configurations)