Skip to content

Commit

Permalink
feat!: remove neoformat
Browse files Browse the repository at this point in the history
  • Loading branch information
rafi committed Aug 21, 2023
1 parent 253ff12 commit 520b2d2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -516,7 +516,6 @@ _Note_ that 95% of the plugins are **lazy-loaded**.

| Name | Description
| -------------- | ----------------------
| [sbdchd/neoformat] | Format code with numerous tools
| [hrsh7th/nvim-cmp] | Completion plugin for neovim written in Lua
| [hrsh7th/cmp-buffer] | nvim-cmp source for buffer words
| [hrsh7th/cmp-path] | nvim-cmp source for path
Expand Down Expand Up @@ -646,7 +645,6 @@ _Note_ that 95% of the plugins are **lazy-loaded**.
[echasnovski/mini.bufremove]: https://github.com/echasnovski/mini.bufremove
[mzlogin/vim-markdown-toc]: https://github.com/mzlogin/vim-markdown-toc

[sbdchd/neoformat]: https://github.com/sbdchd/neoformat
[hrsh7th/nvim-cmp]: https://github.com/hrsh7th/nvim-cmp
[hrsh7th/cmp-buffer]: https://github.com/hrsh7th/cmp-buffer
[hrsh7th/cmp-path]: https://github.com/hrsh7th/cmp-path
Expand Down
3 changes: 0 additions & 3 deletions lua/rafi/plugins/coding.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@

return {

-----------------------------------------------------------------------------
{ 'sbdchd/neoformat', cmd = 'Neoformat' },

-----------------------------------------------------------------------------
{
'hrsh7th/nvim-cmp',
Expand Down

0 comments on commit 520b2d2

Please sign in to comment.