WIP: Switch to NixOS #5
1 changed files with 3 additions and 3 deletions
|
@ -1,10 +1,10 @@
|
||||||
local M = {}
|
local M = {}
|
||||||
|
|
||||||
local opts = {mason = {}, lspconfig = {automatic_installation = true}}
|
Opts = {mason = {}, lspconfig = {automatic_installation = true}}
|
||||||
|
|
||||||
M.setup = function() require('mason').setup(opts.mason) end
|
M.setup = function() require('mason').setup(Opts.mason) end
|
||||||
|
|
||||||
M.lspconfig_setup =
|
M.lspconfig_setup =
|
||||||
function() require('mason-lspconfig').setup(opts.lspconfig) end
|
function() require('mason-lspconfig').setup(Opts.lspconfig) end
|
||||||
|
|
||||||
return M
|
return M
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue