From 53a6aa43b8e187e45fdf8ab1b38c07ef3e017615 Mon Sep 17 00:00:00 2001 From: srdusr Date: Fri, 17 Feb 2023 23:51:15 +0200 Subject: Exclude 'glepnir/dashboard-nvim' from 'myusuf3/numbers.vim' (Removed line numbers from showing in dashboard --- lua/user/pack.lua | 16 +++------------- 1 file 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 -- cgit v1.2.3