Skip to content

Commit

Permalink
Add lean4, it seems to work nicely
Browse files Browse the repository at this point in the history
  • Loading branch information
utensil committed Oct 20, 2024
1 parent 420d402 commit 942c214
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,22 @@ lvim.plugins = {
},
-- See Commands section for default commands if you want to lazy load on them
},
{
'Julian/lean.nvim',
event = { 'BufReadPre *.lean', 'BufNewFile *.lean' },

dependencies = {
'neovim/nvim-lspconfig',
'nvim-lua/plenary.nvim',
-- you also will likely want nvim-cmp or some completion engine
},

-- see details below for full configuration options
opts = {
lsp = {},
mappings = true,
}
}
-- play also https://www.vim-hero.com/lessons/basic-movement
-- { "ThePrimeagen/vim-be-good" }
-- {
Expand Down

0 comments on commit 942c214

Please sign in to comment.