We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d7b073 commit 3c19771Copy full SHA for 3c19771
1 file changed
plugin/taberian.vim
@@ -3,8 +3,6 @@ if exists("g:taberian_loaded")
3
endif
4
const g:taberian_loaded = v:true
5
6
-let &guiligatures = list2str(range(32, 126))
7
-
8
augroup Taberian
9
autocmd!
10
autocmd WinEnter,BufEnter,VimResized,SessionLoadPost * call taberian#render_all_windows()
0 commit comments