symbols-outline.nvim icon indicating copy to clipboard operation
symbols-outline.nvim copied to clipboard

Fix some options

Open cljoly opened this issue 2 years ago • 4 comments

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

cljoly avatar Oct 06 '22 21:10 cljoly

Would be nice to merge the nospell setting. 🙃

weilbith avatar Dec 06 '22 15:12 weilbith

This is very sensible. Having spell turned on is annoying.

aymanbagabas avatar Mar 30 '23 02:03 aymanbagabas

@simrat39 Is there anything I can to do make merging this easier?

cljoly avatar Apr 30 '23 15:04 cljoly

+1 to this feature! The first thing I noticed after installing symbols-outline was that spellcheck was on :laughing:

btjanaka avatar Aug 14 '23 03:08 btjanaka