From a32646fa979e548eddf7ca0736aa2dea5aae408f Mon Sep 17 00:00:00 2001 From: Stephen Doyle Date: Mon, 8 Dec 2025 12:48:17 +0000 Subject: [PATCH] Enabling protobuf support --- lua/custom/plugins/init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/custom/plugins/init.lua b/lua/custom/plugins/init.lua index 1e2211c2..815f8bc1 100644 --- a/lua/custom/plugins/init.lua +++ b/lua/custom/plugins/init.lua @@ -4,5 +4,5 @@ -- See the kickstart.nvim README for more information return { 'shaunsingh/nord.nvim', - require('lspconfig').bufls.setup {}, + require('lspconfig').buf_ls.setup {}, }