From 82e0f37eb30e16b8c57ecb1b9e239b5fd75ed6f7 Mon Sep 17 00:00:00 2001 From: David Luevano Alvarado Date: Sat, 10 Feb 2024 20:14:49 -0600 Subject: refactor(plugins): name changes and restructures --- lua/plugins/init.lua | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 lua/plugins/init.lua (limited to 'lua/plugins/init.lua') diff --git a/lua/plugins/init.lua b/lua/plugins/init.lua deleted file mode 100644 index b278ce2..0000000 --- a/lua/plugins/init.lua +++ /dev/null @@ -1,9 +0,0 @@ -return { - -- Detect tabstop and shiftwidth automatically, - -- uses .editorconfig https://editorconfig.org/ - 'tpope/vim-sleuth', - -- "gc" to comment visual regions/lines - { 'numToStr/Comment.nvim', opts = {} }, - -- required for nvim-qt on windows - { 'equalsraf/neovim-gui-shim' }, -} -- cgit v1.2.3-54-g00ecf