Daniel Kongsgaard

Results 57 comments of Daniel Kongsgaard

If I would like to try to implement this, would you be fine with having a seperation between the two ways of moving files and representing files through a check...

In my files with spaces for tabs I haven't noticed any problems, but when using actual tabs, `current_indent` has some problems (see picture). The problem seems to be when you...

Just a clarifying note: I noticed that it is actually going multiple indents in at once that is the problem. Not going multiple indents back.

The two suggested fixes managed to fix the above problem for me (but I need to test it more).

Another small note: While doing a lot of undos in a larger file, I got the following error: ```console Error executing lua callback: ...nal/nvim-plugins/indent-blankline.nvim/lua/ibl/utils.lua:264: attempt to perform arithmetic on a...

Small note: I now have this problem, where `current_indent.show_start` shows the start above an empty line at the end of the file (only if the empty line is the last...

Just a quick update. I have used a fork of this with the fixes I describe above for a couple of weeks now. I have been editing files with both...

> @Danielkonge could you link the fork you have been using? I would be interested in giving it a try! It's this fork: https://github.com/Danielkonge/indent-blankline.nvim/tree/current_indent_final Note that this doesn't include any...

@lukas-reineke: I have a suggestion for moving some code around to allow for setting a much lower `viewport_buffer` `min` and `max`. (I used to set `max` at about a 1000...

I am willing to try to implement this. How would you want something like this to be implemented? I haven't used `priority` in my own setup, so I am not...