mirror of
https://github.com/carbon-language/carbon-lang.git
synced 2026-09-24 19:10:14 +01:00
Rumdl already appears to have _significantly_ fewer bugs than prettier, and a solid LSP for editor integration. The tool is: https://github.com/rvben/rumdl/ I've separated out the change across three commits for easier review. The configuration tries to match the existing formatting, the changes to the all the files are to correct issues found by the new tool. Assisted-by: Antigravity with Gemini --------- Co-authored-by: Richard Smith <richard@metafoo.co.uk>
670 B
670 B
Neovim plugin for Carbon
Treesitter based syntax highlighting and language server client for Neovim.
This requires neovim >= 0.9 and nvim-lspconfig to be installed.
- Run
bazel build //toolchainin project root. - Run
utils/nvim/setup.sh. - Start nvim in carbon-lang root folder and open a carbon file.
- View document symbols. If you have telescope.nvim installed, you can use
:Telescope lsp_document_symbols