mirror of
https://github.com/stevenproctor/dotfiles.git
synced 2026-01-28 08:39:56 -06:00
Add EasyAlign plugin for markdown table formatting
This commit is contained in:
7
nvim/.config/nvim/fnl/dotfiles/plugin/easyalign.fnl
Normal file
7
nvim/.config/nvim/fnl/dotfiles/plugin/easyalign.fnl
Normal 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()")
|
||||
@@ -57,6 +57,7 @@
|
||||
:tpope/vim-unimpaired {}
|
||||
:tpope/vim-vinegar {}
|
||||
:wbthomason/packer.nvim {:mod :packer}
|
||||
:junegunn/vim-easy-align {:mod :easyalign}
|
||||
; :luochen1990/rainbow {}
|
||||
; :thecontinium/asyncomplete-conjure.vim {}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user