config(nvim): github remove fzf-lua, switch to gitlab
See https://www.reddit.com/r/neovim/comments/1bqf1w3/psa_fzflua_pulls_cause_an_error_my_github_account/main
parent
a381b9e2d7
commit
107b844b34
|
@ -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,
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue