neovim - all packages
This commit is contained in:
17
home/programs/neovim/lua/plugins/lean-nvim.lua
Normal file
17
home/programs/neovim/lua/plugins/lean-nvim.lua
Normal 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,
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user