Skip to content

Commit

Permalink
Remove custom tree-sitter-cpp parser
Browse files Browse the repository at this point in the history
  • Loading branch information
mliszcz committed Oct 11, 2022
1 parent 5d4b836 commit fdeb51f
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -258,16 +258,6 @@ lua << EOF

require('gitsigns').setup()

-- Use cpp parser with alternative operator names support and fixed try blocks.
-- https://github.com/tree-sitter/tree-sitter-cpp/pull/170
-- https://github.com/tree-sitter/tree-sitter-cpp/pull/176
-- For alternative operators update nvim-treesitter/queries/cpp/highlights.scm:
-- https://github.com/tree-sitter/tree-sitter-cpp/pull/165#issuecomment-1191304118
local treesitter_cpp = require "nvim-treesitter.parsers".get_parser_configs().cpp
treesitter_cpp.install_info.url = "https://github.com/mliszcz/tree-sitter-cpp"
treesitter_cpp.install_info.branch = "integration"
treesitter_cpp.install_info.revision = "integration"

require'nvim-treesitter.configs'.setup {
highlight = {
enable = true,
Expand Down

0 comments on commit fdeb51f

Please sign in to comment.