1
0

feat: add plugin tabular

This commit is contained in:
Rokas Puzonas 2022-01-31 00:44:36 +02:00
parent 8a38da64b6
commit 2bbcfef465

View File

@ -25,6 +25,9 @@ local function usePlugins(use, use_rocks)
-- use 'wellle/targets.vim'
-- TODO: setup targets.vim
-- Align characters vertically
use 'godlygeek/tabular'
-- Used for loading project specific code styles
use 'editorconfig/editorconfig-vim'