diff --git a/lua/lazy-configure.lua b/lua/lazy-configure.lua index fdb240f..652c664 100644 --- a/lua/lazy-configure.lua +++ b/lua/lazy-configure.lua @@ -200,4 +200,17 @@ require('lazy').setup({ -- -- For additional information see: https://github.com/folke/lazy.nvim#-structuring-your-plugins -- { import = 'custom.plugins' }, + + -- nvim-colorizer + 'norcalli/nvim-colorizer.lua', + -- vimtex + 'lervag/vimtex', + -- Pandoc + 'vim-pandoc/vim-pandoc-syntax', + -- neorg + 'nvim-neorg/neorg', + -- vim-speeddating + 'tpope/vim-speeddating', + -- vim-tabular + 'godlygeek/tabular', }, {})