From ea8f210bd97b48d2ffd664f966872a8e51f1e306 Mon Sep 17 00:00:00 2001 From: Toby Vincent Date: Thu, 17 Mar 2022 13:09:00 -0500 Subject: feat: initial working nvim --- nvim/lua/plugins/lspstatus.lua | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 nvim/lua/plugins/lspstatus.lua (limited to 'nvim/lua/plugins/lspstatus.lua') diff --git a/nvim/lua/plugins/lspstatus.lua b/nvim/lua/plugins/lspstatus.lua new file mode 100644 index 0000000..ce34ab7 --- /dev/null +++ b/nvim/lua/plugins/lspstatus.lua @@ -0,0 +1,12 @@ +require('lsp-status').status() +require('lsp-status').register_progress() +require('lsp-status').config({ + indicator_errors = '✗', + indicator_warnings = '⚠', + indicator_info = '', + indicator_hint = '', + indicator_ok = '✔', + current_function = true, + update_interval = 100, + status_symbol = ' 🇻', +}) \ No newline at end of file -- cgit v1.2.3-70-g09d2