NotebookNavigator.nvim icon indicating copy to clipboard operation
NotebookNavigator.nvim copied to clipboard

Drop code that remove spaces

Open raffaem opened this issue 8 months ago • 0 comments

Following #35, I think we should remove the code that delete spaces and indents altogether.

Leading spaces are important for languages like Python.

If one wants to remove trailing spaces, he can use a plugin such as spaceless.nvim, which removes it from source code altogether.

I don't think it's this plugin job to remove spaces.

raffaem avatar Jun 03 '24 17:06 raffaem