nvim: add list pf wanted plugins
This commit is contained in:
parent
c2fa5748d6
commit
d80c3aae8b
1 changed files with 10 additions and 0 deletions
|
@ -30,3 +30,13 @@ require('blake.settings')
|
||||||
-- Downsides:
|
-- Downsides:
|
||||||
-- - Hardest (requires me to make a for loop, and I don't know lua)
|
-- - Hardest (requires me to make a for loop, and I don't know lua)
|
||||||
-- - Doesn't take advantage of advanced plugin manager features (ex: dependencies)
|
-- - Doesn't take advantage of advanced plugin manager features (ex: dependencies)
|
||||||
|
|
||||||
|
-- Plugins to get:
|
||||||
|
-- https://github.com/glepnir/mcc.nvim
|
||||||
|
-- https://github.com/glepnir/lspsaga.nvim
|
||||||
|
-- https://github.com/glepnir/template.nvim
|
||||||
|
-- https://github.com/glepnir/dashboard-nvim
|
||||||
|
--
|
||||||
|
-- Plugins to check out:
|
||||||
|
-- https://github.com/glepnir/indent-guides.nvim
|
||||||
|
-- https://github.com/glepnir/coman.nvim
|
||||||
|
|
Loading…
Add table
Reference in a new issue