add vim-table-mode
This commit is contained in:
parent
ea95ae883f
commit
dccfb055e1
@ -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" }
|
||||
}
|
@ -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') },
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user