Reformat all neovim configuration files with stylua
This commit is contained in:
parent
d69a00df7e
commit
bddcb64be8
16 changed files with 414 additions and 352 deletions
|
@ -1,10 +1,13 @@
|
|||
local M = {}
|
||||
|
||||
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 =
|
||||
function() require('mason-lspconfig').setup(Opts.lspconfig) end
|
||||
M.lspconfig_setup = function()
|
||||
require("mason-lspconfig").setup(Opts.lspconfig)
|
||||
end
|
||||
|
||||
return M
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue