mirror of
https://github.com/carbon-language/carbon-lang.git
synced 2026-09-24 19:30:12 +01:00
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 language_serverin 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