Jon Ross-Perkins 6f6e46ef57 Migrate tree-sitter support to MODULE.bazel (#4783) 1 년 전
..
README.md 145c44b66c Move the language server into toolchain's busybox. (#4469) 1 년 전
carbon.lua 13502b7c89 Replace #4505 with a different set of workarounds (#4527) 1 년 전
setup.sh 6f6e46ef57 Migrate tree-sitter support to MODULE.bazel (#4783) 1 년 전

README.md

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.

  1. Run bazel build //toolchain in project root.
  2. Run utils/nvim/setup.sh.
  3. Start nvim in carbon-lang root folder and open a carbon file.
  4. View document symbols. If you have telescope.nvim installed, you can use :Telescope lsp_document_symbols