Nilesh Kevlani

Results 4 comments of Nilesh Kevlani

Folks, for init.vim, this works: ```vim lua require('colorbuddy').colorscheme('onebuddy', 'light') ```

+1 on this feature! Primarily, I use this feature in IntelliJ to separate things that I want to commit and things that I need to keep on local. https://www.jetbrains.com/help/idea/managing-changelists.html I'm...

> I don't seem to have a place to use a custom command to un-ignore them This can help: ```yaml customCommands: - key: i context: files description: "Ignore file from...

> This would allow us to handle some of the awkward edge cases a little better (e.g. the ugly error message that you get when invoking t with a directory...