add tabularize plugin

This commit is contained in:
Paul Trowbridge 2024-03-14 07:41:09 -04:00
parent becf28986a
commit 71c46eebc9
1 changed files with 5 additions and 0 deletions

View File

@ -3,6 +3,11 @@
local default_plugins = {
"nvim-lua/plenary.nvim",
{
"godlygeek/tabular",
lazy = false,
},
{
"NvChad/base46",