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/standalone.lua | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 lua/plugins/standalone.lua (limited to 'lua/plugins/standalone.lua') diff --git a/lua/plugins/standalone.lua b/lua/plugins/standalone.lua new file mode 100644 index 0000000..bfd9e18 --- /dev/null +++ b/lua/plugins/standalone.lua @@ -0,0 +1,9 @@ +return { + -- Detect tabstop and shiftwidth automatically, + -- uses .editorconfig https://editorconfig.org/ + { 'tpope/vim-sleuth', opts = {} }, + -- "gc" to comment visual regions/lines + { 'numToStr/Comment.nvim', opts = {} }, + -- required for nvim-qt on windows + { 'equalsraf/neovim-gui-shim', opts = {} }, +} -- cgit v1.2.3-54-g00ecf