Skip to content

Commit

Permalink
astronvim: add vim-easy-align and binding
Browse files Browse the repository at this point in the history
  • Loading branch information
c02y committed Sep 25, 2024
1 parent f74a8d3 commit a7b9023
Show file tree
Hide file tree
Showing 3 changed files with 673 additions and 0 deletions.
1 change: 1 addition & 0 deletions astronvim/.config/nvim/lua/community.lua
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,5 @@ return {
{ import = "astrocommunity.code-runner.overseer-nvim" },
{ import = "astrocommunity.markdown-and-latex.markview-nvim" },
{ import = "astrocommunity.snippet.nvim-snippets" },
{ import = "astrocommunity.syntax.vim-easy-align" },
}
4 changes: 4 additions & 0 deletions astronvim/.config/nvim/lua/plugins/astrocore.lua
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,10 @@ return {
-- setting a mapping to false will disable it
-- ["<C-S>"] = false,
},
v = {
-- more: https://github.com/junegunn/vim-easy-align
["g="] = { ":EasyAlign ", desc = "Easy Align" },
},
},

-- Configure project root detection, check status with `:AstroRootInfo`
Expand Down
Loading

0 comments on commit a7b9023

Please sign in to comment.