lsp tinkering

This commit is contained in:
spinach 2023-04-05 14:25:45 -04:00
parent b14557bf21
commit 7b80a0dfb9

View File

@ -45,4 +45,6 @@ vim.cmd([[
\ 'syntax': 'markdown', 'ext':'.md'}]
]])
-- language server setup
require('lspconfig').gopls.setup{}