All Projects → ray-x → cmp-treesitter

ray-x / cmp-treesitter

Licence: GPL-3.0 License
cmp source for treesitter

Programming Languages

lua
6591 projects

Projects that are alternatives of or similar to cmp-treesitter

cmp-under-comparator
nvim-cmp comparator function for completion items that start with one or more underlines
Stars: ✭ 77 (+11.59%)
Mutual labels:  neovim, nvim-cmp
luv-vimdocs
No description or website provided.
Stars: ✭ 51 (-26.09%)
Mutual labels:  neovim
dotfiles
My dotfiles with dwm, qtile and awesome.
Stars: ✭ 178 (+157.97%)
Mutual labels:  neovim
nvim-lsp-compl
A fast and asynchronous auto-completion plugin for Neovim >= 0.5, focused on LSP.
Stars: ✭ 46 (-33.33%)
Mutual labels:  neovim
dotfiles
Config files for i3, polybar, rofi, mpv, Xresources, kitty and some bash-things...
Stars: ✭ 52 (-24.64%)
Mutual labels:  neovim
vimconf-2021
Presentation for VimConf 2021
Stars: ✭ 26 (-62.32%)
Mutual labels:  neovim
dotfiles
dotfiles of my linux setup
Stars: ✭ 25 (-63.77%)
Mutual labels:  neovim
gitlinker.nvim
A lua neovim plugin to generate shareable file permalinks (with line ranges) for several git web frontend hosts. Inspired by tpope/vim-fugitive's :GBrowse
Stars: ✭ 181 (+162.32%)
Mutual labels:  neovim
nvim-projectconfig
neovim projectconfig
Stars: ✭ 48 (-30.43%)
Mutual labels:  neovim
nvim
Blazing fast neovim setup with 120 plugins.
Stars: ✭ 108 (+56.52%)
Mutual labels:  neovim
shipwright.nvim
⚓ Build stuff, or don't. IDC.
Stars: ✭ 27 (-60.87%)
Mutual labels:  neovim
jumpwire.nvim
Jump easily between related files.
Stars: ✭ 16 (-76.81%)
Mutual labels:  neovim
boo-colorscheme-nvim
Boo is a colorscheme for Neovim with handcrafted support for LSP, Treesitter.
Stars: ✭ 62 (-10.14%)
Mutual labels:  neovim
nvim-ghost.nvim
👻 GhostText plugin for Neovim with zero dependencies 🎉 Supports neovim running inside WSL too! 🥳 Windows/Linux/macOS supported out-of-the-box! 😄 (Other OSes need python3.6+ installed)
Stars: ✭ 32 (-53.62%)
Mutual labels:  neovim
lesvim
Nvim config focus on Javascript, Typescript, Rust and Lua - 🚀 💪 ( Fast and Powerfull ) - Deno and other typescript LSP working well together
Stars: ✭ 69 (+0%)
Mutual labels:  neovim
FTerm.nvim
🔥 No-nonsense floating terminal plugin for neovim 🔥
Stars: ✭ 353 (+411.59%)
Mutual labels:  neovim
cosmos-nvim
A must-have configuration for Spacemacs users after defecting to Vim
Stars: ✭ 62 (-10.14%)
Mutual labels:  neovim
nii-nvim
A minimal neovim configuration
Stars: ✭ 69 (+0%)
Mutual labels:  neovim
vim-colors-plain
Minimal colorscheme for vim
Stars: ✭ 182 (+163.77%)
Mutual labels:  neovim
coc-nginx
nginx-language-server extension for coc.nvim
Stars: ✭ 16 (-76.81%)
Mutual labels:  neovim

cmp-treesitter

nvim-cmp source for treesitter nodes. Using all treesitter highlight nodes as completion candicates.

Setup

require'cmp'.setup {
  sources = {
    { name = 'treesitter' }
  }
}

Screenshot

treesitter_cmp

Screen Shot 2021-10-24 at 1 00 29 pm

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].