symbols-outline.nvim
symbols-outline.nvim copied to clipboard
Fix some options
Currently, if some settings are set globally, it results in wasted space or added noise in the side window that contains the outline.
To fix this, these patches set the following options:
- set signcolumn to 'no'
- set spell to false
Would be nice to merge the nospell
setting. 🙃
This is very sensible. Having spell turned on is annoying.
@simrat39 Is there anything I can to do make merging this easier?
+1 to this feature! The first thing I noticed after installing symbols-outline was that spellcheck was on :laughing: