-
Updated
Feb 25, 2022 - Lua
#
nvim-plugin
Here are 116 public repositories matching this topic...
A Neovim config designed from scratch to be understandable
Navigate codes like a breeze🎐 . Exploring LSP and 🌲 Treesitter symbols a piece of 🍰 . Take control like a boss 🦍 .
-
Updated
Mar 1, 2022 - Lua
Neovim plugin to improve the default vim.ui interfaces
-
Updated
Mar 1, 2022 - Lua
Modern Go development plugin for Neovim, based on nvim-lsp, treesitter and Dap.
-
Updated
Feb 23, 2022 - Lua
Open
Add more languages
17
ovidius72
commented
Aug 22, 2021
Very nice plugin. Are you planning to add more languages?.
I'd like to see typescript ad typescript react (.tsx)
Neovim plugin for a code outline window
-
Updated
Feb 25, 2022 - Lua
A cheatsheet plugin for neovim with bundled cheatsheets for the editor, multiple vim plugins, nerd-fonts, regex, etc. with a Telescope fuzzy finder interface !
-
Updated
Jan 12, 2022 - Lua
json
lua
autocompletion
schema-registry
neovim
linting
language-server-protocol
nvim
intellisense
schemas
json-schemas
neovim-plugin
lsp
schemastore
nvim-plugin
null-ls
jsonls
-
Updated
Feb 25, 2022 - Lua
A colorscheme template that is "lite" on logic for the developer.
plugin
template
lua
neovim
colorscheme
colors
luajit
nvim
inversion-of-control
diy
neovim-plugin
nvim-plugin
treesitter
-
Updated
Feb 18, 2022 - Lua
Neovim plugin for lspcontainers.
-
Updated
Feb 13, 2022 - Lua
A Neovim plugin that shows type annotations as virtual text
-
Updated
Feb 14, 2022 - Lua
Escape from insert mode without delay when typing
-
Updated
Feb 5, 2022 - Lua
syntax-theme
vim
theme
neovim
colorscheme
color-scheme
vim-colors
color-theme
neovim-plugin
vim-colorscheme
nvim-plugin
-
Updated
May 10, 2021 - Vim script
Monokai theme for Neovim written in Lua.
-
Updated
Jan 29, 2022 - Lua
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
lua
neovim
vim-configs
vim-plugin
luajit
nvim
lua-script
executable
neovim-plugin
neovim-configuration
coderunner
neovim-config
run-command
nvim-plugin
nvim-lua
-
Updated
Feb 23, 2022 - Lua
rust
documentation
lua
snap
neovim
fzf
luajit
nvim
dash
telescope
neovim-plugin
hacktoberfest
neovim-lua
nvim-plugin
nvim-telescope
dash-integration
fzf-lua
vim-snap
-
Updated
Mar 1, 2022 - Rust
Google Keep integration for Neovim
-
Updated
Feb 22, 2022 - Python
A Vim/Neovim plugin for escaping insert mode without lagging.
-
Updated
Feb 5, 2022 - Vim script
An extension for telescope.nvim that allows you operate zoxide within Neovim.
-
Updated
Oct 21, 2021 - Lua
tkkcc
commented
Dec 8, 2021
Hi,
It seems this plugin doesn't support multibyte charactor, for example 图片。I tried modifying
function source:get_keyword_pattern()
return [[\w\+]]
endto [[\k\+]], but failed.
Currently, multibyte charactor is support in buffer source using
sources = cmp.config.sources({
{name = 'snippy'}, {name = 'nvim_lsp'},
{name = 'buffer', option = { keyword_paA minimal implementation of Golang development plugin for Neovim
-
Updated
Jan 28, 2022 - Lua
NeoVim plugin that toggles a terminal buffer in the current window maintaining the same shell instance
-
Updated
Oct 19, 2021 - Vim script
Neovim plugin introducing a new operators motions to quickly replace and exchange text.
-
Updated
Feb 16, 2022 - Lua
Neovim plugin for displaying due date.
-
Updated
Jul 4, 2021 - Lua
Improve this page
Add a description, image, and links to the nvim-plugin topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the nvim-plugin topic, visit your repo's landing page and select "manage topics."
The README in its current form mostly considers users coming from Sneak/EasyMotion/Hop, and focuses on the distinguishing features of Lightspeed, in a pretty verbose manner. For people who have never used such plugins, or are even new to Vim itself, the information is too distributed though, and I suspect it is hard to get a quick overview on what the heck is Lightspeed actually doing, and why the