More plugins
This commit is contained in:
@ -11,9 +11,20 @@ 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'
|
||||
|
||||
-- Headlines Extension
|
||||
use 'lukas-reineke/headlines.nvim'
|
||||
|
||||
-- Follow MD Links
|
||||
use 'jghauser/follow-md-links.nvim'
|
||||
|
||||
-- Treesitter Language Stuff
|
||||
use 'nvim-treesitter/nvim-treesitter'
|
||||
|
||||
use 'sheerun/vim-polyglot'
|
||||
-- I don't know what polygot does or if I need it.
|
||||
-- use 'sheerun/vim-polyglot'
|
||||
|
||||
use 'tjdevries/colorbuddy.nvim'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user