Skip to content

Commit

Permalink
fix(plugins): revert todo-comments to folke (#98)
Browse files Browse the repository at this point in the history
  • Loading branch information
akiletour authored Sep 22, 2022
1 parent 1644568 commit fbd0dcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/plugins.lua
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ return require('packer').startup({
use { 'junegunn/vim-easy-align' }
use { 'JoosepAlviste/nvim-ts-context-commentstring', after = 'nvim-treesitter' }
use { 'nacro90/numb.nvim', config = "require('plugins.numb')" }
use { 'B4mbus/todo-comments.nvim', config = "require('plugins.todo-comments')" }
use { 'folke/todo-comments.nvim', config = "require('plugins.todo-comments')" }
use { 'folke/zen-mode.nvim', config = "require('plugins.zen')", disable = not EcoVim.plugins.zen.enabled }
use { 'folke/twilight.nvim', config = function() require("twilight").setup {} end,
disable = not EcoVim.plugins.zen.enabled }
Expand Down

0 comments on commit fbd0dcf

Please sign in to comment.