dotfiles/nvim/.config/nvim/after/ftplugin/purescript.vim
Sanchayan Maity fa04744c9a nvim: Enable purescript language server
This does not perform any better than purs ide and psc-ide-vim could not
jump to definitions in other components which is the same case here.
But, at least we now need one less package and additional bindings for
psc-ide-vim.

Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com>
2020-06-03 14:26:19 +05:30

3 lines
43 B
VimL

setlocal textwidth=0
setlocal wrapmargin=0