LunarVim/lua/lvim
Rafael Madriz 6f8b96de9d
refactor(lualine): use string.format to return unique names (#4193)
To purpose of this change is to make code more redeable by making
`unique_client_names` a string with the unique names instead of a table
and later on calling `table.concat`. Then use `string.format` instead of
string concatenation with `..`
2023-05-25 08:12:55 +02:00
..
config refactor(lsp)!: deprecate lvim.lsp.diagnostics (#3916) 2023-05-02 09:56:47 +02:00
core refactor(lualine): use string.format to return unique names (#4193) 2023-05-25 08:12:55 +02:00
interface chore: fix typos (#2292) 2022-02-18 17:47:17 +03:30
lsp chore: add solidity_ls_nomicfoundation to skipped_servers (#4187) 2023-05-20 13:03:21 +02:00
utils perf(installer): use a shallow clone of lunarvim (#4197) 2023-05-23 22:07:44 +02:00
bootstrap.lua feat: lock new installations to nvim 0.9+ (#3858) 2023-05-13 21:37:13 +02:00
icons.lua feat: use code chevrons (#4184) 2023-05-20 07:57:58 -04:00
keymappings.lua feat(keybindings): operator pending mode (#3626) 2022-12-21 09:23:07 +01:00
plugin-loader.lua fix: correct runtimepath order (#4124) 2023-05-07 04:36:42 -04:00
plugins.lua fix(dap): ui opens when debugging (#4116) 2023-05-02 16:46:00 -04:00
utils.lua refactor: migrate to lazy.nvim (#3647) 2023-01-10 21:18:17 +01:00