lualine.nvim/lua/lualine/components
shadmansaleh 70691ae350 enhance: undeprecate nvim_lsp and completely remove `nvim` diagnostics source 😉
- Now `nvim_lsp` source shows diagnostics generated by vim.lsp only
  avoids uses vim.diagnostic to avoid deprecation warning on nvim 0.6+
  Why? `vim.lsp.diagnostic` deprecation warnings are way too aggressive.
  And I'm annoyed by people complaining here even though the warning is
  generated by some other plugin (After introduction of nvim_diagnostic
  source lualine just can't produce that warning it used to switch users
  to nvim_diagnostic source with a warning on nvim0.6+).
  Forget it just let anyone that wants lsp specific diagnostics have
  `nvim_lsp` . I'd still recommend using `nvim_diagnostic` over
  `nvim_lsp` as diagnostics generayed by plugins like `null-ls` won't
  showup in `nvim_lsp`
- Remove remanents of `nvim` diagnostics source.
2022-01-12 22:35:44 +06:00
..
branch refactor: use nvim api directly for bufnr (#526) 2022-01-04 19:17:16 +06:00
buffers fix: buffers component crash on unlisted buffers 2022-01-04 23:30:31 +06:00
diagnostics enhance: undeprecate nvim_lsp and completely remove `nvim` diagnostics source 😉 2022-01-12 22:35:44 +06:00
diff refactor: use nvim api directly for bufnr (#526) 2022-01-04 19:17:16 +06:00
special chore: Use paranthesis for function calls. No paran can trip new lua users 2022-01-02 17:38:39 +06:00
tabs refactor: use nvim api directly for bufnr (#526) 2022-01-04 19:17:16 +06:00
encoding.lua enhance: change method of getting file encoding 2021-10-22 21:18:27 +06:00
fileformat.lua feat: add symbols option to fileformat (#401) 2021-10-27 03:04:53 +06:00
filename.lua chore: Use paranthesis for function calls. No paran can trip new lua users 2022-01-02 17:38:39 +06:00
filesize.lua chore: Use paranthesis for function calls. No paran can trip new lua users 2022-01-02 17:38:39 +06:00
filetype.lua chore: Use paranthesis for function calls. No paran can trip new lua users 2022-01-02 17:38:39 +06:00
hostname.lua enhance: allow components to be functions too (#81) 2021-10-11 16:41:25 +06:00
location.lua enhance: use virtual column(%v) for location and line no (%p) for progress 2021-10-22 09:45:26 +06:00
mode.lua enhance: allow components to be functions too (#81) 2021-10-11 16:41:25 +06:00
progress.lua enhance: use virtual column(%v) for location and line no (%p) for progress 2021-10-22 09:45:26 +06:00