diff --git a/home/editor/neovim/plugins.lua b/home/editor/neovim/plugins.lua index 771174d..f66e9a9 100644 --- a/home/editor/neovim/plugins.lua +++ b/home/editor/neovim/plugins.lua @@ -1 +1,4 @@ -- Plugins +require('lsp-zero') +local lspconfig = require('lspconfig') +lspconfig.gopls.setup({})