lualine.nvim/lua/lualine/components
shadmansaleh 4231b63196 fix: lsp.diagnostics deprecation warning
- change default diagnostics source from nvim_lsp to nvim_diagnostic
  and deprecate nvim_lsp on neovim-0.6 and higher.
- rename diagnostics source nvim to nvim_diagnostic. nvim could be
  confusing.

fixes #473
2021-12-09 23:33:36 +06:00
..
branch doc: fix a few typos (#407) 2021-10-28 21:22:15 +06:00
buffers fixup: fix padding, fmt options in tabs and buffers 2021-11-18 08:12:33 +06:00
diagnostics fix: lsp.diagnostics deprecation warning 2021-12-09 23:33:36 +06:00
diff fixup: fix diff component quiting properly 2021-11-28 16:46:37 +06:00
special chore: repo transfer to nvim-lualine 2021-10-22 10:57:04 +06:00
tabs fixup: fix padding, fmt options in tabs and buffers 2021-11-18 08:12:33 +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 doc: improve code documentation (#82) 2021-10-12 20:04:47 +06:00
filesize.lua enhance: allow components to be functions too (#81) 2021-10-11 16:41:25 +06:00
filetype.lua enhance(filetype): filetype option as fallback of file extension for icon detection (#415) 2021-11-08 07:22:30 +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