Skip to content

Commit

Permalink
feat: add neodim plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
logan271 committed Mar 31, 2023
1 parent a3c762c commit 342d33c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions plugins/community.lua
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ return {
{ import = "astrocommunity.editing-support.neogen" },
-- { import = "astrocommunity.editing-support.todo-comments-nvim" },
-- { import = "astrocommunity.editing-support.refactoring-nvim" },
-- utility
-- Neovim plugin for dimming the highlights of unused functions, variables, parameters, and more
{ import = "astrocommunity.utility.neodim" },
-- example of imporing a plugin, comment out to use it or add your own
-- available plugins can be found at https://github.com/AstroNvim/astrocommunity

Expand Down

0 comments on commit 342d33c

Please sign in to comment.