feat: Some other changes in my config

This commit is contained in:
2026-03-26 11:40:39 +01:00
parent d7eed6aba2
commit bfacdb2b27
5 changed files with 120 additions and 13 deletions

View File

@@ -13,3 +13,5 @@ vim.api.nvim_create_autocmd("FileType", {
vim.keymap.set("v", "<", "<gv", { desc = "Keep selection after outdent" })
vim.keymap.set("v", ">", ">gv", { desc = "Keep selection after indent" })
vim.opt.shell = "fish"