some variety on macbook
This commit is contained in:
parent
1bbc50e3a9
commit
63e44654f1
19 changed files with 229 additions and 99 deletions
|
|
@ -1,5 +1,13 @@
|
|||
return {
|
||||
{
|
||||
'nvimdev/lspsaga.nvim',
|
||||
after = 'nvim-lspconfig',
|
||||
opts = {},
|
||||
config = function(_, opts)
|
||||
opts = opts or {}
|
||||
require 'lspconfig'
|
||||
|
||||
print(opts)
|
||||
end,
|
||||
},
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue