This commit is contained in:
Alex Bolotskov 2024-06-02 20:55:33 +05:00
parent 5311fd4cdb
commit ff670efde0
1 changed files with 5 additions and 0 deletions

View File

@ -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 {}