Famiu Haque

Results 20 issues of Famiu Haque

Allows preview callbacks to modify multiple buffers in order to show the preview. Previously, if multiple buffers were modified, only the current buffer would have its state restored. After this...

I've been trying to improve the reload functionality and make it more "flawless". But it still has a plethora of bugs due to Lua modules. Very high chance that this...

help wanted
good first issue

Currently, there is no way to tell if a buffer has been modified or not from the GUI tab bar, which is a feature that most editors have. It would...

enhancement
good first issue

Instead of having to manually install servers, include a config option where you can basically provide a list of language servers you need, so that lspinstall can automatically install them...

documentation

This is the issue for tracking breaking changes made to Feline.nvim and meta changes to Feline.nvim such as changes to the versioning system and such. Subscribe to this issue if...

Adds support for Lua functions and Vim script closures for `*expr`/`*func` options. (eg: `'indentexpr'`. `'tagfunc'`, etc.) Very WIP and currently in a broken and uncompilable state.

Problem: `CompleteDone` currently does not specify the reason for why completion was done, which is problematic for completion plugins as they cannot know whether the event was triggered due to...

completion
events

Problem: We use `void *` for option default values, which is confusing and can cause problems with type-correctness. It also doesn't accomodate for multitype options. On top of that, it...

refactor
options