Created
November 7, 2021 14:09
-
-
Save AlixShahid/6dbf903c6ebad09a184a7aee672f4903 to your computer and use it in GitHub Desktop.
Medium-Setting Up Neovim for Web Development - 5
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 = ' 🇻', | |
| }) |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Setting Up Neovim for Web Development
https://xlwe.medium.com/setting-up-neovim-for-web-development-70c57c3d7d61