mirror of
https://github.com/Ajetski/dotfiles.git
synced 2025-09-30 09:33:19 -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('TravonteD/tree-sitter-fennel')
|
||||||
use('PaterJason/cmp-conjure')
|
use('PaterJason/cmp-conjure')
|
||||||
use({ 'tpope/vim-sexp-mappings-for-regular-people', requires = { 'guns/vim-sexp' } })
|
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 {
|
use {
|
||||||
'numToStr/Comment.nvim',
|
'numToStr/Comment.nvim',
|
||||||
config = function()
|
config = function()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user