neovim haskell and racket plugins
This commit is contained in:
parent
916dcb466a
commit
7762c7e220
1 changed files with 7 additions and 2 deletions
|
@ -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()
|
||||||
|
|
Loading…
Reference in a new issue