nvim: ftplugin: purescript: Set textwidth and wrapmargin to 0

Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com>
This commit is contained in:
Sanchayan Maity 2020-05-02 12:22:02 +05:30
parent 47106487ac
commit a2228c077b

View file

@ -1,3 +1,6 @@
set textwidth=0
set wrapmargin=0
nmap <buffer> <silent> <LocalLeader>L :Plist<CR>
nmap <buffer> <silent> <LocalLeader>l :Pload<CR>
nmap <buffer> <silent> <LocalLeader>r :Prebuild<CR>