lualine.nvim/lua/lualine
shadmansaleh c5cb601a6a feat(diagnostics): Add support for nvims diagnostic API
- neovim added new diagnostics api in https://github.com/neovim/neovim/pull/15585.
  So I've added a new diagnostics source named `nvim` (Yes I couldn't
  find a name for it :P) that shows diagnostics from that api.
  In neovim nightly with vim.diagnostics you can consider source
  `nvim_lsp` obsolete.
- Diagnostics source `vim_lsp` was removed in a mistake now it's
  restored.
2021-09-17 18:50:32 +06:00
..
components feat(diagnostics): Add support for nvims diagnostic API 2021-09-17 18:50:32 +06:00
extensions Refactor: simplify options (#24) 2021-09-14 21:14:23 +06:00
themes enhance: check for new diagnostics highlight groups 2021-09-17 15:28:30 +06:00
utils enhance: check for new diagnostics highlight groups 2021-09-17 15:28:30 +06:00
component.lua Refactor: simplify options (#24) 2021-09-14 21:14:23 +06:00
config.lua Refactor: simplify options (#24) 2021-09-14 21:14:23 +06:00
highlight.lua chore: formated with stylua (#32) 2021-09-04 00:28:20 +06:00