Skip to content

Instantly share code, notes, and snippets.

@AlixShahid
Created November 7, 2021 14:09
Show Gist options
  • Select an option

  • Save AlixShahid/6dbf903c6ebad09a184a7aee672f4903 to your computer and use it in GitHub Desktop.

Select an option

Save AlixShahid/6dbf903c6ebad09a184a7aee672f4903 to your computer and use it in GitHub Desktop.
Medium-Setting Up Neovim for Web Development - 5
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,
diagnostics = false,
select_symbol = nil,
update_interval = 100,
status_symbol = ' 🇻',
})
@AlixShahid

Copy link
Copy Markdown
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment