From 113d1c49ab143a11611e1d9b31df821c4a3ddf01 Mon Sep 17 00:00:00 2001 From: newbie Date: Sat, 6 Jan 2024 22:54:13 +0800 Subject: [PATCH] pupdatye --- lua/lsp/go.lua | 9 --------- 1 file changed, 9 deletions(-) diff --git a/lua/lsp/go.lua b/lua/lsp/go.lua index a7f83ee..48c311a 100644 --- a/lua/lsp/go.lua +++ b/lua/lsp/go.lua @@ -1,13 +1,4 @@ return { - settings = { - gopls = { - ui = { - completion = { - usePlaceholders = true, - }, - }, - }, - }, on_attach = function() G.api.nvim_create_user_command('R', function() G.cmd [[set splitbelow]]