From 053dcdee1b2fb63135ac8ecfa174c43fb216a700 Mon Sep 17 00:00:00 2001 From: listout Date: Thu, 4 May 2023 11:20:45 +0530 Subject: nvim: dropping autosource plugin in favor of exrc With `vim.o.exrc = true` secure .exrc, .nvimrc and .nvim.lua files can be loaded. Signed-off-by: listout --- lua/plugins/plugins.lua | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'lua/plugins/plugins.lua') diff --git a/lua/plugins/plugins.lua b/lua/plugins/plugins.lua index e3728e9..a656702 100644 --- a/lua/plugins/plugins.lua +++ b/lua/plugins/plugins.lua @@ -58,10 +58,7 @@ return packer.startup(function(use) use {'norcalli/nvim-colorizer.lua'} -- Productivity plugins - use { - "windwp/nvim-autopairs", - config = function() require("nvim-autopairs").setup {} end - } + use {'windwp/nvim-autopairs'} -- Auto pairs use {'preservim/nerdcommenter'} -- Easy commenting use {'dhruvasagar/vim-table-mode', ft = {'markdown', 'markdown.pandoc'} } -- Markdown easy tables use {'junegunn/fzf', run = ":call fzf#install()" } @@ -82,9 +79,6 @@ return packer.startup(function(use) -- Treesitter integration use { 'nvim-treesitter/nvim-treesitter', run = ':TSUpdate' } - -- Better per project settings - use { 'jenterkin/vim-autosource' } - -- Show git signs and stage hunks use { 'lewis6991/gitsigns.nvim' } -- cgit v1.2.3