diff options
author | Squibid <me@zacharyscheiman.com> | 2023-02-26 16:21:26 -0500 |
---|---|---|
committer | Squibid <me@zacharyscheiman.com> | 2023-02-26 16:21:26 -0500 |
commit | 1ef610dda015e1dd5e8d018dfcf4d378a63fe197 (patch) | |
tree | 5f74d6dae2c1ed66d2ee9094b5de0b511c951ea4 /lua/core | |
parent | 9ff81c6aa74a836453c4360f7dcafbac61dbf3e8 (diff) | |
download | nvim-1ef610dda015e1dd5e8d018dfcf4d378a63fe197.tar.gz nvim-1ef610dda015e1dd5e8d018dfcf4d378a63fe197.tar.bz2 nvim-1ef610dda015e1dd5e8d018dfcf4d378a63fe197.zip |
moar plugins + make glow actually work
Diffstat (limited to '')
-rw-r--r-- | lua/core/plugins.lua | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/lua/core/plugins.lua b/lua/core/plugins.lua index 3c85471..4dd8e38 100644 --- a/lua/core/plugins.lua +++ b/lua/core/plugins.lua @@ -77,6 +77,11 @@ require('lazy').setup{ { 'folke/todo-comments.nvim', config = true, }, -- + -- project stuff + { 'sindrets/diffview.nvim', config = true }, + { 'notjedi/nvim-rooter.lua', config = true }, + -- + -- notes { 'jbyuki/venn.nvim' }, { 'nvim-neorg/neorg', @@ -87,7 +92,7 @@ require('lazy').setup{ { 'shortcuts/no-neck-pain.nvim', version = '*', }, - { 'ellisonleao/glow.nvim' }, + { 'ellisonleao/glow.nvim', config = true }, { 'Pocco81/high-str.nvim' }, -- |