aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--.config/nvim/lua/vimrc.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/nvim/lua/vimrc.lua b/.config/nvim/lua/vimrc.lua
index 3c64305..d8ee8e1 100644
--- a/.config/nvim/lua/vimrc.lua
+++ b/.config/nvim/lua/vimrc.lua
@@ -62,6 +62,7 @@ function M.register_filetype_autocmds_for_indentation()
toml = { style = SPACE, width = 2 },
typescript = { style = SPACE, width = 2 },
vim = { style = SPACE, width = 4 },
+ xml = { style = SPACE, width = 2 },
yaml = { style = SPACE, width = 2 },
}