summaryrefslogtreecommitdiffstats
path: root/lua/core/plugins.lua
diff options
context:
space:
mode:
authorSquibid <me@zacharyscheiman.com>2023-08-11 20:43:58 -0400
committerSquibid <me@zacharyscheiman.com>2023-08-11 20:43:58 -0400
commit590f0309995a569954fc94b1d5df6b6391ead9fa (patch)
treecfca10f62e189018c0bb7944d446423e6397f375 /lua/core/plugins.lua
parentb8d70ed288b3b542b7bb24609384aa540339b2da (diff)
downloadnvim-590f0309995a569954fc94b1d5df6b6391ead9fa.tar.gz
nvim-590f0309995a569954fc94b1d5df6b6391ead9fa.tar.bz2
nvim-590f0309995a569954fc94b1d5df6b6391ead9fa.zip
kitchen sink cause I'm too lazy to sort through this junk
Diffstat (limited to '')
-rw-r--r--lua/core/plugins.lua19
1 files changed, 13 insertions, 6 deletions
diff --git a/lua/core/plugins.lua b/lua/core/plugins.lua
index d5f6379..8401aad 100644
--- a/lua/core/plugins.lua
+++ b/lua/core/plugins.lua
@@ -15,15 +15,17 @@ require 'dep' {
-- flexing on all the discord users -----------------------------------------
-- { 'andweeb/presence.nvim' },
+ -- colorschemes -------------------------------------------------------------
+ { 'kvrohit/mellow.nvim' },
+ { 'rockerBOO/boo-colorscheme-nvim' },
+
-- ui -----------------------------------------------------------------------
- { 'kvrohit/mellow.nvim' }, -- colorscheme
{ 'lukas-reineke/indent-blankline.nvim' }, -- indentation indicators
{ 'folke/which-key.nvim' }, -- key map help
{ 'rcarriga/nvim-notify' }, -- notifications
{ 'tjdevries/express_line.nvim', -- status bar
requires = 'nvim-lua/plenary.nvim',
},
- { 'alvarosevilla95/luatab.nvim' }, -- tabline
{ 'goolord/alpha-nvim' }, -- start page
{ 'dinhhuy258/sfm.nvim', -- tree view
requires = 'dinhhuy258/sfm-git.nvim',
@@ -32,10 +34,14 @@ require 'dep' {
{ 'axieax/urlview.nvim' }, -- view urls in current buffer
{ 'matbme/JABS.nvim' }, -- buffer switcher
{ 'ziontee113/icon-picker.nvim' }, -- icons
- { 'petertriho/nvim-scrollbar' },
- { 'pocco81/true-zen.nvim' },
+ { 'petertriho/nvim-scrollbar' }, -- scrollbar
+ -- { 'lewis6991/satellite.nvim' }, -- new scrollbar for nvim 0.10
+ { 'pocco81/true-zen.nvim' }, -- focus on the current thing
{ 'tomiis4/Hypersonic.nvim' }, -- regex helper/displayer
+ { 'lewis6991/cleanfold.nvim' }, -- nice fold line
+ { 'yaocccc/nvim-foldsign' }, -- fold sign in gutter
+
-- functional plugins -------------------------------------------------------
{ 'lewis6991/gitsigns.nvim' },
{ 'chentoast/marks.nvim' },
@@ -50,6 +56,7 @@ require 'dep' {
-- note taking --------------------------------------------------------------
{ 'nvim-neorg/neorg' },
+ { 'nvim-neorg/neorg-telescope' },
-- fzf ----------------------------------------------------------------------
{ 'nvim-telescope/telescope.nvim',
@@ -96,10 +103,10 @@ require 'dep' {
{ 'j-hui/fidget.nvim', -- shows lsp progress
branch = 'legacy',
},
+ { 'folke/neodev.nvim' }, -- configure lua lsp for neovim
+
{ 'ray-x/lsp_signature.nvim' }, -- see information about the current function
{ 'dnlhc/glance.nvim' }, -- diagnostic info at a glance
- { 'kosayoda/nvim-lightbulb' }, -- "light bulb" - Gru
- { 'weilbith/nvim-code-action-menu' }, -- code actions
{ 'folke/trouble.nvim' },
{ 'folke/todo-comments.nvim' },