Disable ada mode
Test Neovim config on push / build (ubuntu-20.04) (push) Failing after 2m8s
Details
Test Neovim config on push / build (ubuntu-20.04) (push) Failing after 2m8s
Details
This commit is contained in:
parent
cc1a7c9311
commit
af4b80906f
|
@ -7,7 +7,7 @@ end
|
||||||
-- @param
|
-- @param
|
||||||
-- @short Verify installation of ada tools or install them.
|
-- @short Verify installation of ada tools or install them.
|
||||||
local function setup_ada()
|
local function setup_ada()
|
||||||
vim.keymap.set("n", "<leader>cb", ":silent! gnatpp %<cr>")
|
vim.keymap.set("n", "<leader>cb", ":!gnatpp %<cr>")
|
||||||
end
|
end
|
||||||
|
|
||||||
-- Setup and verify ada tools when opening a ada file
|
-- Setup and verify ada tools when opening a ada file
|
||||||
|
|
|
@ -20,7 +20,7 @@ require("lspconfiguration")
|
||||||
require("pascal_mode")
|
require("pascal_mode")
|
||||||
|
|
||||||
-- Ada mode (supported by plugins)
|
-- Ada mode (supported by plugins)
|
||||||
require("ada_mode")
|
-- require("ada_mode")
|
||||||
|
|
||||||
-- Misc configuration
|
-- Misc configuration
|
||||||
if vim == nil then
|
if vim == nil then
|
||||||
|
|
Loading…
Reference in New Issue