mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
Removed redundant init function
This commit is contained in:
parent
42464e364b
commit
9bfb9a729b
1 changed files with 0 additions and 3 deletions
|
|
@ -10,9 +10,6 @@ return {
|
||||||
|
|
||||||
{
|
{
|
||||||
"neovim/nvim-lspconfig",
|
"neovim/nvim-lspconfig",
|
||||||
init = function()
|
|
||||||
require("lspconfig").gleam.setup({})
|
|
||||||
end,
|
|
||||||
opts = {
|
opts = {
|
||||||
servers = {
|
servers = {
|
||||||
gleam = {},
|
gleam = {},
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue