Ignore Terminal Windows
prdanelli opened this issue · comments
Paul Danelli commented
Tony Chen commented
The first option would be to set the excluded_filetypes
key in the setup function. You can check the ft of the current buffer by running :echo &ft
. If that doesn’t work, then you might have to set up an autocommand and manually toggle the buffer signs via :MarksToggleSigns
. Check the documentation for more info.