aboutsummaryrefslogtreecommitdiff
path: root/lua/config/statusline.lua
AgeCommit message (Collapse)Author
2023-09-28Show Py virtual env on statuslinejdhao
2023-07-25fix: missing nerdfontsjdhao
Since wezterm upgrade its support for Nerd Fonts 3.0, we should update the codepoints used for some of the Unicode Icons. Their code points are changed due to breaking changes in Nerd Fonts.
2023-07-20fix: move location indication to the right of statuslinejdhao
2023-07-20feat: update diagnostic position in statuslinejdhao
Do not show it in far right, move it to the left side for easier visibility.
2023-04-08bump to nvim version 0.9.0 (#188)jdhao
2022-11-07fix: make xkbswitch work on mac M1 CPUjdhao
For the details, see https://jdhao.github.io/2021/02/25/nvim_ime_mode_auto_switch/.
2022-09-10format with styluajdhao
2022-09-10use gitsigns for diffjdhao
Lualine's builtin diff often disappears and is not reliable, which is really frustrating for me.
2022-08-07refactor: disable showing trailing space and mix indent for non-modifiable ↵jdhao
buffers
2022-08-06fix: trailing white sapces do not show as expectedjdhao
The plugin whitespace.nvim has changed its internal implementation. It is not reliable to depend on external plugins.
2022-05-15refactor: local fn = vim.fnjdhao
2022-02-05enable lualine's support for nvim-treejdhao
See also https://github.com/nvim-lualine/lualine.nvim#extensions.
2021-12-19add ref for checking IME statejdhao
2021-12-19change SPELL location on statuslinejdhao
2021-12-19show IME on statusline on macOSjdhao
2021-12-10update lualine confjdhao
diagnostic interface change
2021-12-06tweak lualine confjdhao
2021-12-05update lualine confjdhao
2021-12-05add mixed indent detection for lualinejdhao
2021-12-05update lualine confjdhao
2021-12-05update lualine confjdhao