diff --git a/lazy-lock.json b/lazy-lock.json index d60eb8d..3fb6f41 100644 --- a/lazy-lock.json +++ b/lazy-lock.json @@ -29,5 +29,6 @@ "telescope.nvim": { "branch": "master", "commit": "c2b8311dfacd08b3056b8f0249025d633a4e71a8" }, "vim-bbye": { "branch": "master", "commit": "25ef93ac5a87526111f43e5110675032dbcacf56" }, "vim-illuminate": { "branch": "master", "commit": "305bf07b919ac526deb5193280379e2f8b599926" }, - "vim-lastplace": { "branch": "master", "commit": "a715d602745cdb1c35cfe73c50d3dd266eb5a349" } + "vim-lastplace": { "branch": "master", "commit": "a715d602745cdb1c35cfe73c50d3dd266eb5a349" }, + "vim-table-mode": { "branch": "master", "commit": "e4365bde024f73e205eefa2fb78e3029ddb92ea9" } } \ No newline at end of file diff --git a/lua/plugins.lua b/lua/plugins.lua index 56b5491..a53ca5b 100644 --- a/lua/plugins.lua +++ b/lua/plugins.lua @@ -65,6 +65,9 @@ require('lazy').setup({ { 'hrsh7th/cmp-path', dependencies = 'hrsh7th/nvim-cmp' }, { 'hrsh7th/cmp-nvim-lsp', dependencies = 'hrsh7th/nvim-cmp' }, + -- table mode + 'dhruvasagar/vim-table-mode', + -- dashboard { 'goolord/alpha-nvim', dependencies = 'nvim-tree/nvim-web-devicons', config = require('configs.alpha') },