From ff670efde07e8809636cb602b08b8148ede2646c Mon Sep 17 00:00:00 2001 From: Alex Bolotskov Date: Sun, 2 Jun 2024 20:55:33 +0500 Subject: [PATCH] indents --- lua/custom/plugins/init.lua | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lua/custom/plugins/init.lua b/lua/custom/plugins/init.lua index be0eb9d8..e6aef35d 100644 --- a/lua/custom/plugins/init.lua +++ b/lua/custom/plugins/init.lua @@ -2,4 +2,9 @@ -- I promise not to create any merge conflicts in this directory :) -- -- See the kickstart.nvim README for more information + +vim.bo.tabstop = 4 +vim.bo.shiftwidth = 4 +vim.bo.expandtab = false + return {}