From 590f0309995a569954fc94b1d5df6b6391ead9fa Mon Sep 17 00:00:00 2001 From: Squibid Date: Fri, 11 Aug 2023 20:43:58 -0400 Subject: kitchen sink cause I'm too lazy to sort through this junk --- lua/core/plugins.lua | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) (limited to 'lua/core/plugins.lua') 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' }, -- cgit v1.2.1