mirror of
https://github.com/Ajetski/dotfiles.git
synced 2025-09-30 11:33:18 -09:00
add trouble nvim
This commit is contained in:
parent
ccaffb31bb
commit
a80f0a3beb
@ -71,6 +71,13 @@ return require('packer').startup(function(use)
|
||||
use('TravonteD/tree-sitter-fennel')
|
||||
use('PaterJason/cmp-conjure')
|
||||
use({ 'tpope/vim-sexp-mappings-for-regular-people', requires = { 'guns/vim-sexp' } })
|
||||
use {
|
||||
"folke/trouble.nvim",
|
||||
requires = "nvim-tree/nvim-web-devicons",
|
||||
config = function()
|
||||
require("trouble").setup {}
|
||||
end
|
||||
}
|
||||
use {
|
||||
'numToStr/Comment.nvim',
|
||||
config = function()
|
||||
|
Loading…
x
Reference in New Issue
Block a user