We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 339e5e0 + 6812011 commit 03b785eCopy full SHA for 03b785e
plugin/nerdfont.vim
@@ -0,0 +1,5 @@
1
+" Allow easy detection of nerdfont plugin loaded
2
+if exists("g:loaded_nerdfont")
3
+ finish
4
+endif
5
+let g:loaded_nerdfont = 1
0 commit comments