Disable ada mode
Some checks failed
Test Neovim config on push / build (ubuntu-20.04) (push) Failing after 2m8s
Some checks failed
Test Neovim config on push / build (ubuntu-20.04) (push) Failing after 2m8s
This commit is contained in:
@@ -7,7 +7,7 @@ end
|
||||
-- @param
|
||||
-- @short Verify installation of ada tools or install them.
|
||||
local function setup_ada()
|
||||
vim.keymap.set("n", "<leader>cb", ":silent! gnatpp %<cr>")
|
||||
vim.keymap.set("n", "<leader>cb", ":!gnatpp %<cr>")
|
||||
end
|
||||
|
||||
-- Setup and verify ada tools when opening a ada file
|
||||
|
||||
Reference in New Issue
Block a user