The Wayback Machine - https://web.archive.org/web/20220424220031/https://github.com/topics/neovim-lua
Skip to content
#

neovim-lua

Here are 119 public repositories matching this topic...

Josiah-tan
Josiah-tan commented Apr 17, 2022

Thank you for this amazing plugin! (TJ brought me here)
I found this strange bug that happens for your plugin, but doesn't occur with Tpope's.
Write the following: (I used python for this example)

print("hello world")

When while still in insert mode write: <C-\><C-o>gcc
(<C-\><C-o>) takes you into normal mode for a single command before returning to insert mode)
expecte

help wanted good first issue
dhruvmanila
dhruvmanila commented Mar 23, 2022

I don't know if this is possible right now as I can't seem to find any relevant documentation in the README or Vim docs.

I want to have two keymaps for multiple annotation convention. For example, in Python, we have multiple conventions which can be used and a default one can be specified in the setup function. There are projects which uses numpydoc and others which uses google_docstring, s

enhancement good first issue
typkrft
typkrft commented Apr 3, 2022

I'd be ok with adding a buffer.close_button_command option that's set to bdelete by default but can be configured to Bdelete if the user wants to. Having bufdelete.nvim as a hard dependency for everyone is not acceptable.

Originally posted by @noib3 in noib3/nvim-cokeline#55 (comment)

This is the best interim solution for Nvim-Tree issues. Op

enhancement good first issue

Improve this page

Add a description, image, and links to the neovim-lua topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the neovim-lua topic, visit your repo's landing page and select "manage topics."

Learn more