set shiftwidth to 2 | format all files

big thanks to @ghifarit53
This commit is contained in:
siduck 2022-07-22 16:00:00 +00:00
parent ce027efbe9
commit 6f0aa376a8
22 changed files with 1341 additions and 1340 deletions

View file

@ -1,20 +1,20 @@
local present, treesitter = pcall(require, "nvim-treesitter.configs")
if not present then
return
return
end
require("base46").load_highlight "syntax"
require("base46").load_highlight "treesitter"
local options = {
ensure_installed = {
"lua",
},
highlight = {
enable = true,
use_languagetree = true,
},
ensure_installed = {
"lua",
},
highlight = {
enable = true,
use_languagetree = true,
},
}
-- check for any override