kkharji

Results 187 comments of kkharji

Yep the indentation is fixed, but I noticed that it insert a comma even though there is a comma at list item in the list. ```lua requires = { 'nvim-lua/lsp_extensions.nvim',...

Amazing work @AckslD . hmmm I'm not quite sure If I understand you correctly? can you show a textual demo

Yah I feel strict make sense. Although I'd find my self rarely using the above use case as I like to have the same reverse behavior of J at the...

Great news @AckslD 😍 . surething

> I'm guessing for some reason the io.open call isn't happy with getting a URL. Yes that's correct 😆, damn it quick refactoring broke everything, indeed that should've just been...

Okay got another bug. finer.lua:83, instead of `self.state.preview_win` it should've been `self.state.winid`

Now building funnel files gives me something like ```lua E5108: Error executing lua [string ":lua"]:1: attempt to call field 'float' (a nil value) stack traceback: [string ":lua"]:1: in main chunk...

Oh I see, okay try `buf = {foldenable = false}`.

Okay this neovim core issue 😆 sometimes some setting works on window level other time on a buffer level. so `win = {foldenable = false}` or `win = {nofoldenable =...