Jan Ph. H.

Results 441 comments of Jan Ph. H.

See also https://github.com/linty-org/key-menu.nvim and in special https://github.com/linty-org/key-menu.nvim/issues/10 if you want to see support for builtin commands. The proper fix would require to deviate from Vim, as it looks like Bram...

I would propose something different: Have an overview like `ls` is for all buffers, which shows all available quickfixlists and be able to navigate them. By the same reason that...

~~I disagree to make a heuristic to fix missing code formatting settings. If the language or project has none, it is already unfriendly to contributors.~~ ~~Please change title to something...

@Shatur Does https://github.com/NMAC427/guess-indent.nvim satisfy all your wishes?

This should be relative straightforward to implement with shell script wrappers around your start file that looks up 1. the git branch, 2. path to load the session file from...

@clason luagit2 needs alot more polishing to be usable. Just look at the issues mentioning libgit2 release 0.18 and the build crash issue. Since libgit2 is v1.0 since last May...

This can be used with iterators.lua ie with ```lua iter.iter(repo_paths) :map(function(repo_path) return _utils.get_project_from_path(repo_path) end) :tolist() ``` Suggestion to close.

Can you explain in simple words how the modelines works? As I understand, modlines set file-specific settings that can be taken from a repository onto some file formats (cause you...

Can you come up with a short motivation what porting it to lua gives as advantage (ie a use case where that less input delay etc is essential or complicated...

1. Personally I had problems with using git inside the in-build terminal for inserting text on commits. And without terminal support the solution will not be flexible enough as indicated...