Skip to content

Commit

Permalink
fix yamlls setup
Browse files Browse the repository at this point in the history
  • Loading branch information
vinnymeller committed May 30, 2024
1 parent cdbdf23 commit db3f9af
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions dotfiles/nvim/lua/plugins/lsp.lua
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,6 @@ local basic_servers = {
"taplo",
"terraformls",
"tsserver",
"yamlls",
}

local prettier_d = require("efmls-configs.formatters.prettier_d")
Expand Down Expand Up @@ -227,4 +226,4 @@ for _, lsp in ipairs(basic_servers) do
end

-- Turn on lsp status information
require("fidget").setup()
require("fidget").setup({})

0 comments on commit db3f9af

Please sign in to comment.