mirror of
https://codeberg.org/leana8959/.files.git
synced 2026-02-01 14:39:39 +00:00
nvim: +cornelis
This commit is contained in:
parent
46447d8a02
commit
69c07154c9
2 changed files with 11 additions and 0 deletions
|
|
@ -120,6 +120,14 @@ local plugins = {
|
|||
lazy = false,
|
||||
version = "^2",
|
||||
},
|
||||
{
|
||||
"agda/cornelis",
|
||||
name = "cornelis",
|
||||
ft = "agda",
|
||||
init = function() vim.g.cornelis_use_global_binary = 1 end,
|
||||
dependencies = { "neovimhaskell/nvim-hs.vim", "kana/vim-textobj-user" },
|
||||
version = "*",
|
||||
},
|
||||
{
|
||||
"nvim-telescope/telescope.nvim",
|
||||
branch = "0.1.x",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue