Commit Graph

6 Commits

Author SHA1 Message Date
Hoang Nguyen 9d624a0048
nvim: re-add nvim-cokeline as a tabline option
heirline's way of making buflist is quite complicated to my taste.

Also add more LSP servers.
2023-06-14 00:00:00 +07:00
Hoang Nguyen bb4a5b2202
nvim: get rid of nord's dark_blue color
Too low contrast in conjunction with the black background -_-.
Also make headlines.nvim work correctly by defining its own highlight
groups with bg element only.
2023-06-06 00:00:00 +07:00
Hoang Nguyen 815ed1e8a7
nvim: add config for tabby.nvim
Also:
- replace lualine.nvim with heirline.nvim (in progress).
- add telescope-tabs

Other stuff:
- revise font_size everywhere (so they can be an int px with 96dpi)
2023-06-04 00:00:00 +07:00
Hoang Nguyen cabc0831da
nvim: refactor alpha.nvim config
Don't expose "loaded" value anymore.
Also trying to switch from nvim-cokeline to tabby.nvim.
2023-06-02 00:00:00 +07:00
Hoang Nguyen 4e2029ed30
nvim: add mini.move + fix lazy stats for alpha.nvim
Also add LSP semantic token highlights to nord colorscheme.
2023-05-30 00:00:00 +07:00
Hoang Nguyen fdd33df26e
nvim: complete config rewrite
Use lazy.nvim instead of packer.nvim. There are still a few missing
pieces (winbar, statusline and bufferline), but it is usable now.
2023-05-07 00:00:00 +07:00