all repos

init.lua @ b6c9c11

my nvim config
1 files changed, 1 insertions(+), 1 deletions(-)
fix(lualine): resolve deprecation
Author: Smirnov Oleksandr ss2316544@gmail.com
Committed at: 2023-08-11 18:00:48 +0300
Parent: 4496245
M lua/plugins/lualine.lua

@@ -9,7 +9,7 @@ diagnostic = { "diagnostics", sources = { "nvim_diagnostic" } },

location = { "location", padding = 1, colored = false }, lsp = { function() - local clients = vim.lsp.get_active_clients { bufnr = 0 } + local clients = vim.lsp.get_clients { bufnr = 0 } local client_names = {} for _, client in pairs(clients) do if client.name ~= "null-ls" then