plugins
This commit is contained in:
@ -14,12 +14,22 @@ return require'packer'.startup(function()
|
||||
-- Markdown Extension for Customizable Keymappings
|
||||
use 'SidOfc/mkdx'
|
||||
|
||||
-- Markdown Flow
|
||||
use {
|
||||
"jakewvincent/mkdnflow.nvim",
|
||||
config = function()
|
||||
require('mkdnflow').setup()
|
||||
end
|
||||
}
|
||||
-- Headlines Extension
|
||||
use 'lukas-reineke/headlines.nvim'
|
||||
|
||||
-- Follow MD Links
|
||||
use 'jghauser/follow-md-links.nvim'
|
||||
|
||||
-- Glow, a Markdown Preview plugin
|
||||
use {"ellisonleao/glow.nvim", branch = 'main'}
|
||||
|
||||
-- Treesitter Language Stuff
|
||||
use 'nvim-treesitter/nvim-treesitter'
|
||||
|
||||
@ -66,7 +76,7 @@ return require'packer'.startup(function()
|
||||
use {
|
||||
'sudormrfbin/cheatsheet.nvim',
|
||||
requires = {
|
||||
{'nvim-telescope/telescope.nvim'},
|
||||
--{'nvim-telescope/telescope.nvim'},
|
||||
{'nvim-lua/popup.nvim'},
|
||||
{'nvim-lua/plenary.nvim'},
|
||||
}
|
||||
@ -76,7 +86,7 @@ return require'packer'.startup(function()
|
||||
tag = 'v1.*',
|
||||
config = function()
|
||||
require('toggleterm').setup({
|
||||
shell = '/usr/bin/local/fish',
|
||||
shell = '/usr/bin/local/zsh',
|
||||
})
|
||||
end,
|
||||
}
|
||||
@ -97,7 +107,7 @@ return require'packer'.startup(function()
|
||||
'goolord/alpha-nvim',
|
||||
requires = { 'kyazdani42/nvim-web-devicons' },
|
||||
}
|
||||
use {
|
||||
--[[use {
|
||||
"nvim-telescope/telescope.nvim",
|
||||
requires = {
|
||||
"nvim-lua/popup.nvim",
|
||||
@ -106,7 +116,7 @@ return require'packer'.startup(function()
|
||||
config = function()
|
||||
require "plugins/telescope"
|
||||
end,
|
||||
}
|
||||
}]]--
|
||||
use {
|
||||
'windwp/nvim-autopairs',
|
||||
config = function()
|
||||
|
||||
Reference in New Issue
Block a user