Skip to content

Commit

Permalink
feat(nvim): add conform.nvim plugin
Browse files Browse the repository at this point in the history
This uses LSP features to handle formatting typically better than using
formatprg as this allows it to work on ranges, when most formatters
need the whole file to parse an AST.
  • Loading branch information
dylanpinn committed Apr 25, 2024
1 parent 8be8258 commit 205e93d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,6 @@
[submodule "nvim/pack/bundle/start/copilot.vim"]
path = nvim/pack/bundle/start/copilot.vim
url = https://github.com/github/copilot.vim.git
[submodule "nvim/pack/bundle/start/conform.nvim"]
path = nvim/pack/bundle/start/conform.nvim
url = https://github.com/stevearc/conform.nvim.git
1 change: 1 addition & 0 deletions nvim/pack/bundle/start/conform.nvim
Submodule conform.nvim added at 4660e5

0 comments on commit 205e93d

Please sign in to comment.