NotebookNavigator.nvim
NotebookNavigator.nvim copied to clipboard
Drop code that remove spaces
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.