From 437d54fadfafbbc54e7bbe160f855bb08a1cb242 Mon Sep 17 00:00:00 2001 From: andys8 Date: Wed, 10 Feb 2021 23:55:51 +0100 Subject: [PATCH] Vim: PureScript fork to solve "in" indentation --- vimrc | 2 +- vimrc.local | 3 --- vimrc.local.bundles | 3 +++ 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/vimrc b/vimrc index 3b1e0a7..d0955ca 100644 --- a/vimrc +++ b/vimrc @@ -2,7 +2,7 @@ " Config in vimrc.local and vimrc.local.bundles " Disable functionality -let g:polyglot_disabled = ['elm', 'dhall'] +let g:polyglot_disabled = ['elm', 'dhall', 'purescript'] "***************************************************************************** "" Plug install packages diff --git a/vimrc.local b/vimrc.local index 545652f..56a7e23 100644 --- a/vimrc.local +++ b/vimrc.local @@ -151,9 +151,6 @@ function! Multiple_cursors_after() exe 'DelimitMateOn' endfunction -" Elm -let g:polyglot_disabled = ['elm', 'dhall'] - " Ctags set tags+=tags;tags.vendors;,tags; diff --git a/vimrc.local.bundles b/vimrc.local.bundles index d02b974..19c7fa3 100644 --- a/vimrc.local.bundles +++ b/vimrc.local.bundles @@ -48,6 +48,9 @@ Plug 'iamcco/markdown-preview.nvim', { 'do': { -> mkdp#util#install() }, 'for': Plug 'vim-scripts/alex.vim', { 'for' : 'alex' } Plug 'vim-scripts/happy.vim', { 'for' : 'happy' } +" PureScript +Plug 'andys8/purescript-vim', { 'for' : 'purescript' } + " Ranger Plug 'francoiscabrol/ranger.vim'