Hello !
I am attempting to set up my environment ( haskell beginner ) however even after browsing nvimhs.vim I can't figure out where to put the so called config file
import Neovim
import qualified Neovim.Ghcid as Ghcid
main :: IO ()
main = neovim defaultConfig
{ plugins = defaultPlugins defaultConfig ++ [ Ghcid.plugin ]
}
Can you be very explicit about where this goes ? It is definitely not trivial for a newbie ! thx