sudo pacman -Syu 2024-03-29 12:44:09 +07:00
parent a381b9e2d7
commit 107b844b34
1 changed files with 2 additions and 3 deletions

View File

@ -156,9 +156,9 @@ require("lazy").setup({
end,
},
-- https://github.com/ibhagwan/fzf-lua
-- https://gitlab.com/ibhagwan/fzf-lua
{
"ibhagwan/fzf-lua",
url = "https://gitlab.com/ibhagwan/fzf-lua.git",
dependencies = {
"neovim/nvim-lspconfig",
},
@ -505,7 +505,6 @@ require("lazy").setup({
lspconfig.gopls.setup({
settings = {
gopls = {
gofumpt = true,
usePlaceholders = true,
},
},