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.
1 parent 7cc23b1 commit 9219644Copy full SHA for 9219644
README.md
@@ -12,6 +12,14 @@ See [neco-ghc](https://github.com/ujihisa/neco-ghc) .
12
13
## Requirements
14
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
+
23
### vimproc
24
https://github.com/Shougo/vimproc
25
0 commit comments