Skip to content

Commit 6ed4bee

Browse files
teksaep
authored andcommitted
typo in help: hs file suffix in vim config example
1 parent c57c8cc commit 6ed4bee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/nvim-hs.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ content: >
6262
main = neovim defaultConfig { plugins = [ MyPlugin.plugin ] }
6363
<
6464
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): >
65+
filetype is opened and add the following line (e.g. to plugin/start.vim): >
6666
6767
call nvimhs#start(expand('<sfile>:p:h:h'), 'name-of-executable', [])
6868
<

0 commit comments

Comments
 (0)