diff options
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/user/pack.lua | 16 |
1 files changed, 3 insertions, 13 deletions
diff --git a/lua/user/pack.lua b/lua/user/pack.lua index e6fdc73..65b475b 100644 --- a/lua/user/pack.lua +++ b/lua/user/pack.lua @@ -126,7 +126,9 @@ return packer.startup(function(use) --use("tpope/vim-unimpaired") -- --use("vimpostor/vim-tpipeline") -- use("nathom/filetype.nvim") -- - use("myusuf3/numbers.vim") -- + use({"myusuf3/numbers.vim", -- + vim.cmd("let g:numbers_exclude = ['dashboard']") + }) use("windwp/nvim-autopairs") -- use("numToStr/Comment.nvim") -- use("akinsho/toggleterm.nvim") -- @@ -152,13 +154,6 @@ return packer.startup(function(use) use({ "folke/trouble.nvim", requires = "nvim-tree/nvim-web-devicons", - config = function() - require("trouble").setup { - -- your configuration comes here - -- or leave it empty to use the default settings - -- refer to the configuration section below - } - end }) use("airblade/vim-rooter") -- --use("vim-test/vim-test") -- @@ -190,11 +185,6 @@ return packer.startup(function(use) use({ 'glepnir/dashboard-nvim', event = 'VimEnter', - config = function() - require('dashboard').setup { - -- config - } - end, requires = {'nvim-tree/nvim-web-devicons'} }) use("rcarriga/nvim-notify") -- Notification plugin |
