summaryrefslogtreecommitdiff
path: root/lua/plugins/init.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua/plugins/init.lua')
-rw-r--r--lua/plugins/init.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/lua/plugins/init.lua b/lua/plugins/init.lua
index 47427b0..59d822a 100644
--- a/lua/plugins/init.lua
+++ b/lua/plugins/init.lua
@@ -2,8 +2,8 @@ return {
-- Git related plugins
'tpope/vim-fugitive',
'tpope/vim-rhubarb',
- -- Detect tabstop and shiftwidth automatically
- -- luevano: not sure how I feel about this, need to check later
+ -- Detect tabstop and shiftwidth automatically,
+ -- uses .editorconfig https://editorconfig.org/
'tpope/vim-sleuth',
-- "gc" to comment visual regions/lines
{ 'numToStr/Comment.nvim', opts = {} },