summaryrefslogtreecommitdiff
path: root/lua/plugins/standalone.lua
diff options
context:
space:
mode:
authorDavid Luevano Alvarado <david@luevano.xyz>2024-02-10 20:14:49 -0600
committerDavid Luevano Alvarado <david@luevano.xyz>2024-02-10 20:14:49 -0600
commit82e0f37eb30e16b8c57ecb1b9e239b5fd75ed6f7 (patch)
tree2e4679a2ae665388719cd8ee41f58fc26e49c895 /lua/plugins/standalone.lua
parent6353af6d08b022924894fd242df8533a8992430b (diff)
refactor(plugins): name changes and restructures
Diffstat (limited to 'lua/plugins/standalone.lua')
-rw-r--r--lua/plugins/standalone.lua9
1 files changed, 9 insertions, 0 deletions
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 = {} },
+}