Add EasyAlign plugin for markdown table formatting

This commit is contained in:
Proctor
2021-08-23 14:40:18 -05:00
parent 6d48de238d
commit 2f471d7364
2 changed files with 8 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
(module dotfiles.plugin.easyalign
{autoload {nvim aniseed.nvim
util dotfiles.util }})
(util.noremap :v :<leader><bslash> "EasyAlign*<Bar>")
;;(nvim.ex.autocmd :BufWritePre :<buffer> :lua "vim.lsp.buf.formatting_sync()")

View File

@@ -57,6 +57,7 @@
:tpope/vim-unimpaired {} :tpope/vim-unimpaired {}
:tpope/vim-vinegar {} :tpope/vim-vinegar {}
:wbthomason/packer.nvim {:mod :packer} :wbthomason/packer.nvim {:mod :packer}
:junegunn/vim-easy-align {:mod :easyalign}
; :luochen1990/rainbow {} ; :luochen1990/rainbow {}
; :thecontinium/asyncomplete-conjure.vim {} ; :thecontinium/asyncomplete-conjure.vim {}
} }