From 15b5484ef71281fcb3e643b120dfc89b1b78491c Mon Sep 17 00:00:00 2001 From: Robert Günzler Date: Tue, 8 Feb 2022 23:41:11 +0100 Subject: vim: replace spinner with lsp-status --- .vim/lua/plugins.lua | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to '.vim/lua/plugins.lua') diff --git a/.vim/lua/plugins.lua b/.vim/lua/plugins.lua index 9822c82..8b262b9 100644 --- a/.vim/lua/plugins.lua +++ b/.vim/lua/plugins.lua @@ -156,6 +156,17 @@ return require('packer').startup({function() require('lsp').setup() end} -- }}} + use {'nvim-lua/lsp-status.nvim', -- {{{ + config = function() + local lspstatus = require('lsp-status') + lspstatus.config { + diagnostics = false, + current_function = false, + status_symbol = '', + } + lspstatus.register_progress() + end} -- }}} + use {'kosayoda/nvim-lightbulb', -- {{{ -- branch = 'virtual-text-column', config = function() -- cgit 1.4.1