nvim: fix presentation snippet; introduce gopls

This commit is contained in:
Marco Thomas
2023-03-23 23:30:20 +01:00
parent 9976c2b126
commit c86425024f
2 changed files with 2 additions and 2 deletions

View File

@@ -27,7 +27,7 @@ end
-- Normal LSPs
-- Install with `:LSPInstall`
local servers = { "pylsp", "clangd" }
local servers = { "pylsp", "clangd", "gopls" }
for _, i in ipairs(servers) do
lsp[i].setup({
on_attach = function(client, bufnr)

View File

@@ -163,7 +163,7 @@
"\\usepackage{enumerate}",
"\\usepackage{enumitem}",
"% don't show gap between list entries",
"\\setlist{nosep}",
"% \\setlist{nosep}",
"\\setlist[enumerate, 1]{label=$\\bullet$}",
"\\setlist[enumerate, 2]{label=$\\bullet$}",
"\\setlist[enumerate, 3]{label=$\\bullet$}",