copilot-updates and other tweaks #28

Merged
softinio merged 4 commits from copilot-updates into main 2024-10-06 23:04:14 -07:00
Showing only changes of commit 2776da83bb - Show all commits

View file

@ -90,7 +90,7 @@ else
-- sets the tab size for json files
vim.api.nvim_create_autocmd("FileType", {
pattern = "json",
pattern = { "json", "lua", "nix" },
callback = function()
vim.bo.tabstop = 2
vim.bo.shiftwidth = 2