diff options
| author | srdusr <trevorgray@srdusr.com> | 2023-02-17 23:51:15 +0200 |
|---|---|---|
| committer | srdusr <trevorgray@srdusr.com> | 2023-02-17 23:51:15 +0200 |
| commit | 53a6aa43b8e187e45fdf8ab1b38c07ef3e017615 (patch) | |
| tree | 1c4328e893fda6cd2240469ec6d258a007c08b6c /lua | |
| parent | 16eeb0e4194d2dc0b13197e1dffb7afd06241c8c (diff) | |
| download | dotfiles-53a6aa43b8e187e45fdf8ab1b38c07ef3e017615.tar.gz dotfiles-53a6aa43b8e187e45fdf8ab1b38c07ef3e017615.zip | |
Exclude 'glepnir/dashboard-nvim' from 'myusuf3/numbers.vim' (Removed line numbers from showing in dashboard
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 |
