nvim: ftplugin: purescript: Set textwidth and wrapmargin to 0
Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com>
This commit is contained in:
parent
47106487ac
commit
a2228c077b
1 changed files with 3 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue