Skip to content

Commit

Permalink
fix(plugins): enable table mode for markdown by default
Browse files Browse the repository at this point in the history
  • Loading branch information
ecosse3 committed Jan 1, 2023
1 parent 52b1d41 commit c38e3e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/config/plugins.lua
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ return {
{ 'akinsho/nvim-toggleterm.lua', branch = 'main', config = function() require('plugins.toggleterm') end },
{ 'tpope/vim-repeat' },
{ 'tpope/vim-speeddating' },
{ 'dhruvasagar/vim-table-mode' },
{ 'dhruvasagar/vim-table-mode', ft = { "markdown" } },
{ 'mg979/vim-visual-multi', config = function() vim.g.VM_leader = ";" end },
{ 'JoosepAlviste/nvim-ts-context-commentstring' },
{ 'nacro90/numb.nvim', lazy = false, config = function() require('plugins.numb') end },
Expand Down

0 comments on commit c38e3e8

Please sign in to comment.