mirror of
https://codeberg.org/leana8959/.files.git
synced 2026-02-01 14:39:39 +00:00
nvim/ftplugin: agda support
This commit is contained in:
parent
9c6bfa1058
commit
a1a918193a
3 changed files with 191 additions and 1 deletions
|
|
@ -124,7 +124,12 @@ local plugins = {
|
|||
"agda/cornelis",
|
||||
name = "cornelis",
|
||||
ft = "agda",
|
||||
init = function() vim.g.cornelis_use_global_binary = 1 end,
|
||||
init = function()
|
||||
vim.g.cornelis_use_global_binary = 1
|
||||
-- We don't use the default binding for shortcuts (see ftplugin)
|
||||
-- Also, buffer reload is done in the ftplugin too
|
||||
vim.g.cornelis_no_agda_input = 1
|
||||
end,
|
||||
dependencies = { "neovimhaskell/nvim-hs.vim", "kana/vim-textobj-user" },
|
||||
version = "*",
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue