All Projects → fgrsnau → ncm2-otherbuf

fgrsnau / ncm2-otherbuf

Licence: other
ncm2 plugin for completing words in other buffers

Programming Languages

python
139335 projects - #7 most used programming language
Vim Script
2826 projects

Projects that are alternatives of or similar to ncm2-otherbuf

dotfiles
Salonia Matteo's dotfiles (GNU/Linux configuration)
Stars: ✭ 19 (+0%)
Mutual labels:  nvim
nightfox.nvim
🦊A highly customizable theme for vim and neovim with support for lsp, treesitter and a variety of plugins.
Stars: ✭ 1,489 (+7736.84%)
Mutual labels:  nvim
dotfiles
A place to store config files so I can revert when my entire system crashes from entering the wrong character
Stars: ✭ 25 (+31.58%)
Mutual labels:  nvim
nvim-hclipboard
Hijack your clipboard in Neovim
Stars: ✭ 19 (+0%)
Mutual labels:  nvim
neovim-lua-plugin-boilerplate
Starter template for creating Neovim Lua plugins
Stars: ✭ 28 (+47.37%)
Mutual labels:  nvim
tabby.nvim
A declarative, highly configurable, and neovim style tabline plugin. Use your nvim tabs as a workspace multiplexer!
Stars: ✭ 232 (+1121.05%)
Mutual labels:  nvim
dotfiles
i3, Vim, Bash, Ruby, Typescript & React, Elixir, Golang & more!
Stars: ✭ 22 (+15.79%)
Mutual labels:  nvim
rust-tools.nvim
Tools for better development in rust using neovim's builtin lsp
Stars: ✭ 1,221 (+6326.32%)
Mutual labels:  nvim
awesome-neovim
Awesome Configurations for C/C++,Zig,Web and Lua development in NeoVim
Stars: ✭ 54 (+184.21%)
Mutual labels:  nvim
dots
Code Smell Dotfiles
Stars: ✭ 163 (+757.89%)
Mutual labels:  nvim
deoplete-elm
Deoplete plugin for elm-oracle.
Stars: ✭ 23 (+21.05%)
Mutual labels:  nvim
code runner.nvim
Neovim plugin.The best code runner you could have, it is like the one in vscode but with super powers, it manages projects like in intellij but without being slow
Stars: ✭ 234 (+1131.58%)
Mutual labels:  nvim
firvish.nvim
WIP
Stars: ✭ 31 (+63.16%)
Mutual labels:  nvim
nrepl.nvim
Neovim REPL for lua and vim script
Stars: ✭ 41 (+115.79%)
Mutual labels:  nvim
ncm2-bufword
completion words from current buffer
Stars: ✭ 22 (+15.79%)
Mutual labels:  ncm2-source
nvim-metals
A Metals plugin for Neovim
Stars: ✭ 265 (+1294.74%)
Mutual labels:  nvim
cargo-limit
Cargo with less noise: warnings are skipped until errors are fixed, Neovim integration, etc.
Stars: ✭ 105 (+452.63%)
Mutual labels:  nvim
nvim-highlite
A colorscheme template that is "lite" on logic for the developer.
Stars: ✭ 163 (+757.89%)
Mutual labels:  nvim
nvim
❤️ A neovim config repo.
Stars: ✭ 33 (+73.68%)
Mutual labels:  nvim
bubbly.nvim
Bubbly statusline for neovim
Stars: ✭ 185 (+873.68%)
Mutual labels:  nvim

ncm-otherbuf

An NCM2 plugin for completing words in other buffers.

To install this plugin with vim-plug, you simply have to insert the following lines to you ~/.config/nvim/init.vim:

call plug#begin('~/.local/share/nvim/plugged')
Plug 'ncm2/ncm2'
Plug 'fgrsnau/ncm2-otherbuf'
call plug#end()
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].