Skip to content

Commit

Permalink
cmp: disable treesitter source because of poor performance (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperSandro2000 authored and MarcelCoding committed Nov 11, 2024
1 parent 8a5360d commit 05921c1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion modules/cmp.nix
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,9 @@ in
sources = map (name: { inherit name; }) [
"crates"
"nvim_lsp"
"treesitter"
# poor performance especially in large files like all-packages.nix from nixpkgs
# https://github.com/ray-x/cmp-treesitter/issues/9
# "treesitter"
"luasnip"
"path"
#"calc"
Expand Down

0 comments on commit 05921c1

Please sign in to comment.