Removed redundant init function

This commit is contained in:
Jiri Luzny 2024-03-30 12:11:45 +01:00 committed by Folke Lemaitre
parent 42464e364b
commit 9bfb9a729b

View file

@ -10,9 +10,6 @@ return {
{
"neovim/nvim-lspconfig",
init = function()
require("lspconfig").gleam.setup({})
end,
opts = {
servers = {
gleam = {},