This commit is contained in:
newbie 2024-01-06 22:54:13 +08:00
parent 1f641595fe
commit 113d1c49ab

View File

@ -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]]