We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c57c8cc commit 6ed4beeCopy full SHA for 6ed4bee
doc/nvim-hs.txt
@@ -62,7 +62,7 @@ content: >
62
main = neovim defaultConfig { plugins = [ MyPlugin.plugin ] }
63
<
64
Create a file that is loaded by neovim on startup or when the apropriate
65
-filetype is opened and add the following line (e.g. to plugin/start.hs): >
+filetype is opened and add the following line (e.g. to plugin/start.vim): >
66
67
call nvimhs#start(expand('<sfile>:p:h:h'), 'name-of-executable', [])
68
0 commit comments