Spell check

This commit is contained in:
2025-02-01 07:17:01 +01:00
parent 5b1d0d66de
commit 443a0cb897
4 changed files with 20 additions and 4 deletions

View File

@@ -7,7 +7,7 @@ end
-- @param
-- @short Verify installation of ada tools or install them.
local function setup_ada()
vim.keymap.set("n", "<leader>kk", ":!gnatpp %<cr>")
vim.keymap.set("n", "<leader>cb", ":!gnatpp %<cr>")
vim.opt.tabstop = 3
vim.opt.shiftwidth = 3
end