Ramesh Santhanakrishnan
Ramesh Santhanakrishnan
The background color for the statusline and the cursorline are the same.. When you have split windows, there are 2 lines per window with same background. This becomes very confusing...
**Describe the bug** The fzf pop up window stays on forever once you click outside of it. Presing to refresh doesn't change it, or editing new file as well. The...
User may start logging by as below. send source\ ~/.tmux/plugins/tmux-logging/scripts/toggle_logging.sh ENTER\; send start_pipe_pane\ ${HOME}/mylogfile ENTER \;
Here is a possible fix for #249 , #291 . This is more like a proof of concept of how this can be achieved. The fix involves add bufferline index...
This PR allows user to set the working directory and project.nvim will remember the setting. This is useful when browsing large projects. Per buffer: enable_buffer_local_dir - the buffer with different...
[Ripgrep](https://github.com/BurntSushi/ripgrep) is orders of magnitude faster than grep especially on big files. Here is a sample from my workspace. My tags file for entire project hovers around 16G du -sh...
The project I work is huge with plenty of directories & source files (C/C++/Python). My work involves a single module only on few files in a specific directory. Currently gutentags...
This PR addresses 3 items. 1. Allow users to use Lua functions to provide keys (in addition to current methods) 2. Allow timeouts to be specified for keys. Automatically request...
### Did you check the docs and existing issues? - [X] I have read the docs - [X] I have searched the existing issues ### Neovim version (nvim -v) 0.9.6...