neovim - all packages

This commit is contained in:
2024-03-02 18:14:05 +01:00
parent 8b8d9fd9b5
commit a5c009d449
26 changed files with 536 additions and 85 deletions

View File

@@ -0,0 +1,17 @@
return {
'Julian/lean.nvim',
event = { 'BufReadPre *.lean', 'BufNewFile *.lean' },
dependencies = {
'neovim/nvim-lspconfig',
'nvim-lua/plenary.nvim',
'hrsh7th/nvim-cmp',
},
-- see details below for full configuration options
opts = {
lsp = {
on_attach = on_attach,
},
mappings = true,
}
}