samba?
This commit is contained in:
@@ -1,10 +1,11 @@
|
||||
return {
|
||||
'Julian/lean.nvim',
|
||||
event = { 'BufReadPre *.lean', 'BufNewFile *.lean' },
|
||||
"Julian/lean.nvim",
|
||||
event = { "BufReadPre *.lean", "BufNewFile *.lean" },
|
||||
|
||||
dependencies = {
|
||||
'neovim/nvim-lspconfig',
|
||||
'nvim-lua/plenary.nvim',
|
||||
'hrsh7th/nvim-cmp',
|
||||
"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
|
||||
@@ -13,5 +14,5 @@ return {
|
||||
on_attach = on_attach,
|
||||
},
|
||||
mappings = true,
|
||||
}
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user