Fix ada leave buffer error
Some checks failed
Test Neovim config on push / build (ubuntu-20.04) (push) Failing after 1m16s
Some checks failed
Test Neovim config on push / build (ubuntu-20.04) (push) Failing after 1m16s
This commit is contained in:
@@ -51,10 +51,6 @@ vim.api.nvim_create_autocmd({ "BufEnter" }, {
|
|||||||
-- @param
|
-- @param
|
||||||
-- @short Leave ada and reverse any changes to my editor defaults
|
-- @short Leave ada and reverse any changes to my editor defaults
|
||||||
local function leave_ada()
|
local function leave_ada()
|
||||||
vim.keymap.del("n", "<leader>cb", ":!gnatpp %<cr>")
|
|
||||||
vim.keymap.del("n", "pp", ":lua Close_Prove()<cr>")
|
|
||||||
vim.keymap.del("n", "<leader>pp", ":lua Prove()<cr>")
|
|
||||||
vim.keymap.del("n", "<leader>op", ":lua Run()<cr>")
|
|
||||||
vim.opt.tabstop = 4
|
vim.opt.tabstop = 4
|
||||||
vim.opt.shiftwidth = 4
|
vim.opt.shiftwidth = 4
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user