Skip to content

Commit 9219644

Browse files
committed
Add notice about ftplugin
1 parent 7cc23b1 commit 9219644

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,14 @@ See [neco-ghc](https://github.com/ujihisa/neco-ghc) .
1212

1313
## Requirements
1414

15+
### Vim
16+
ghcmod.vim contains ftplugin.
17+
Please make sure that filetype plugin is enabled.
18+
To check it, type `:filetype` and you would see something like this: `filetype detection:ON plugin:ON indent:ON`.
19+
You can enable it by `:filetype plugin on`.
20+
I highly recommend adding `filetype plugin indent on` to your vimrc.
21+
See `:help :filetype-overview` for more details.
22+
1523
### vimproc
1624
https://github.com/Shougo/vimproc
1725

0 commit comments

Comments
 (0)