neovim haskell and racket plugins

This commit is contained in:
Sloane Perrault 2022-08-30 08:54:09 -04:00
parent 916dcb466a
commit 7762c7e220

View file

@ -17,6 +17,9 @@ call plug#begin(stdpath('data') . '/plugged')
Plug 'tpope/vim-fugitive' Plug 'tpope/vim-fugitive'
Plug 'tpope/vim-rhubarb' Plug 'tpope/vim-rhubarb'
Plug 'tpope/vim-sexp-mappings-for-regular-people'
Plug 'guns/vim-sexp'
Plug 'christoomey/vim-sort-motion' Plug 'christoomey/vim-sort-motion'
Plug 'kana/vim-textobj-user' Plug 'kana/vim-textobj-user'
@ -52,8 +55,10 @@ call plug#begin(stdpath('data') . '/plugged')
Plug 'elixir-editors/vim-elixir' Plug 'elixir-editors/vim-elixir'
Plug 'khaveesh/vim-fish-syntax' Plug 'khaveesh/vim-fish-syntax'
Plug 'godlygeek/tabular' Plug 'neovimhaskell/haskell-vim'
Plug 'preservim/vim-markdown' Plug 'alx741/vim-hindent'
Plug 'gleam-lang/gleam.vim'
Plug 'benknoble/vim-racket'
Plug 'dracula/vim', { 'as': 'dracula' } Plug 'dracula/vim', { 'as': 'dracula' }
call plug#end() call plug#end()