nvim: init.vim: Update some purescript related stuff
Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com>
This commit is contained in:
parent
4ebc8f3788
commit
037496f1e7
1 changed files with 3 additions and 2 deletions
|
@ -79,8 +79,8 @@ Plug 'vim-erlang/vim-erlang-runtime', { 'for': 'erlang' }
|
||||||
Plug 'vim-erlang/vim-erlang-omnicomplete', { 'for': 'erlang' }
|
Plug 'vim-erlang/vim-erlang-omnicomplete', { 'for': 'erlang' }
|
||||||
Plug 'vim-erlang/vim-erlang-compiler', { 'for': 'erlang' }
|
Plug 'vim-erlang/vim-erlang-compiler', { 'for': 'erlang' }
|
||||||
" Purescript
|
" Purescript
|
||||||
Plug 'purescript-contrib/purescript-vim'
|
Plug 'purescript-contrib/purescript-vim', { 'for': 'purescript' }
|
||||||
Plug 'frigoeu/psc-ide-vim'
|
Plug 'frigoeu/psc-ide-vim', { 'for': 'purescript' }
|
||||||
" Neo/Async stuff
|
" Neo/Async stuff
|
||||||
Plug 'sbdchd/neoformat'
|
Plug 'sbdchd/neoformat'
|
||||||
Plug 'neomake/neomake'
|
Plug 'neomake/neomake'
|
||||||
|
@ -384,6 +384,7 @@ augroup purescript_maps
|
||||||
au FileType purescript nmap <buffer> <silent> <LocalLeader>p :Pursuit<CR>
|
au FileType purescript nmap <buffer> <silent> <LocalLeader>p :Pursuit<CR>
|
||||||
au FileType purescript nmap <buffer> <silent> <LocalLeader>t :Ptype<CR>
|
au FileType purescript nmap <buffer> <silent> <LocalLeader>t :Ptype<CR>
|
||||||
au FileType purescript au BufWritePost <buffer> Prebuild
|
au FileType purescript au BufWritePost <buffer> Prebuild
|
||||||
|
au FileType purescript setlocal keywordprg=:Pursuit
|
||||||
augroup END
|
augroup END
|
||||||
|
|
||||||
augroup c_maps
|
augroup c_maps
|
||||||
|
|
Loading…
Reference in a new issue