plugins clean up
This commit is contained in:
@ -11,17 +11,6 @@ return require'packer'.startup(function()
|
||||
-- Nvim Tree File Manager on the Left
|
||||
use 'kyazdani42/nvim-tree.lua'
|
||||
|
||||
-- Markdown Extension for Customizable Keymappings
|
||||
use 'SidOfc/mkdx'
|
||||
|
||||
-- Markdown Flow
|
||||
--[[use {
|
||||
"jakewvincent/mkdnflow.nvim",
|
||||
config = function()
|
||||
require('mkdnflow').setup()
|
||||
end
|
||||
}]]--
|
||||
|
||||
use({
|
||||
'jakewvincent/mkdnflow.nvim',
|
||||
config = function()
|
||||
@ -34,7 +23,6 @@ return require'packer'.startup(function()
|
||||
end
|
||||
})
|
||||
-- Headlines Extension
|
||||
|
||||
use 'lukas-reineke/headlines.nvim'
|
||||
|
||||
-- Follow MD Links
|
||||
@ -45,19 +33,25 @@ return require'packer'.startup(function()
|
||||
|
||||
-- Treesitter Language Stuff
|
||||
use 'nvim-treesitter/nvim-treesitter'
|
||||
|
||||
-- I don't know what polygot does or if I need it.
|
||||
-- use 'sheerun/vim-polyglot'
|
||||
|
||||
-- Rename and Work with Buffer & Tabs
|
||||
use 'pacha/vem-tabline'
|
||||
|
||||
-- Null-LS
|
||||
use'jose-elias-alvarez/null-ls.nvim'
|
||||
|
||||
use 'tjdevries/colorbuddy.nvim'
|
||||
|
||||
use 'bkegley/gloombuddy'
|
||||
|
||||
use {'prettier/vim-prettier', run = 'yarn install' }
|
||||
-- Prettier Plugin for Neovim specifically
|
||||
use'MunifTanjim/prettier.nvim'
|
||||
|
||||
-- Trouble Shows Errors with Files.
|
||||
use {
|
||||
"folke/trouble.nvim",
|
||||
requires = "kyazdani42/nvim-web-devicons",
|
||||
config = function()
|
||||
require("trouble").setup {
|
||||
}
|
||||
end
|
||||
}
|
||||
use 'lukas-reineke/indent-blankline.nvim'
|
||||
|
||||
use 'simrat39/symbols-outline.nvim'
|
||||
@ -72,7 +66,12 @@ return require'packer'.startup(function()
|
||||
|
||||
-- Allow Popups for Telescope etc
|
||||
use 'nvim-lua/popup.nvim'
|
||||
-- Various Color Schemes
|
||||
|
||||
-----------------------------------------------------------
|
||||
-- Various Color Schemes
|
||||
-----------------------------------------------------------
|
||||
use 'tjdevries/colorbuddy.nvim'
|
||||
use 'bkegley/gloombuddy'
|
||||
use 'tanvirtin/monokai.nvim'
|
||||
use 'Mofiqul/dracula.nvim'
|
||||
use 'lunarvim/colorschemes'
|
||||
|
||||
Reference in New Issue
Block a user