Commit graph

43 commits

Author SHA1 Message Date
d86261158d nvim: remove fschauen namespace 2025-07-01 22:15:34 +02:00
a8c1fa25b7 nvim: refactor creation of custom indicators for lualine 2025-03-25 21:59:54 +01:00
14a0d8e7d2 nvim: add indicator for diagnostics to lualine 2025-03-25 21:03:16 +01:00
50117b8d09 nvim: tweak trailing whitespace counter in lualine 2025-03-18 17:54:59 +01:00
84673a04a5 nvim: move module: fschauen.window -> fschauen.util.window 2024-08-01 22:53:44 +02:00
2bc0bfc4da nvim: minor color tweak to lualine 2024-07-26 00:11:26 +02:00
d6a489b221 nvim: better lualine custom components 2024-07-25 23:59:48 +02:00
e1adca48e0 nvim: factor out autoformat and add indicator to lualine 2024-07-23 22:33:57 +02:00
7f15d314fb nvim: add indicators for 'spell' and 'wrap' to lualine 2024-07-23 01:25:53 +02:00
932b7b0047 nvim: factor out custom lualine components 2024-07-23 01:24:55 +02:00
b87bec08c3 nvim: remove paste component from lualine (paste is deprecated) 2024-07-23 01:24:50 +02:00
aaa3b3236e nvim: use consistent style for lua files 2024-07-22 21:14:13 +02:00
80a3ba49ef nvim: use icons consistently 2024-07-22 21:14:13 +02:00
13fa12c5c3 Ensure files end with a new line 2024-07-14 23:51:56 +02:00
c2b340ef88 vim: refactor plugin specs 2024-02-20 19:09:18 +01:00
e34671ddaa vim: better structure for utils 2024-02-18 02:31:02 +01:00
a054a3a894 vim: use correct signatures for lazy config() and init() 2024-02-18 00:42:44 +01:00
3d2286141d vim: let lualine choose the theme automatically 2024-02-11 19:02:18 +01:00
f5e1ac20eb vim: move most icons to a dedicated file 2024-02-11 18:32:36 +01:00
942142357b vim/lualine: don't show trailing whitespace for help files 2023-08-18 21:08:26 +02:00
5da88d464b vim/lualine: make plugin config self-contained 2023-08-17 23:49:36 +02:00
c9b680e93a vim: clean up plugins dependencies 2023-08-17 22:19:34 +02:00
7a293c6024 vim: everything is module... 2023-08-17 22:17:44 +02:00
ea9cd3872d vim/lualine: add custom searchcount component 2023-08-13 03:11:23 +02:00
6244808688 vim/lualine: prepare color abstraction 2023-08-13 03:11:23 +02:00
7a73598f76 vim/lualine: add trailing whitespace 2023-08-13 03:11:23 +02:00
31b9a726eb vim/lualine: fix filename italics and refactor component extensions 2023-08-13 00:40:30 +02:00
6732736fa4 vim/lualine: split defintion of components from lualine setup 2023-08-12 01:33:09 +02:00
146ccc2d8f vim/lualine: improve extension of components 2023-08-12 00:52:48 +02:00
ecadf89867 vim/lualine: use icons for modes 2023-08-12 00:13:29 +02:00
77c7c1a8b9 vim/lualine: use icons for modes 2023-08-12 00:07:41 +02:00
ac8b791339 vim/lualine: reduce size of mode map 2023-08-11 23:39:09 +02:00
546db023f4 vim: create a main setup function 2023-08-11 04:42:06 +02:00
0a59d62d33 vim: start keymap refactor 2023-08-11 04:36:17 +02:00
dc0516f38f vim/lualine: add extensions 2023-08-08 03:29:05 +02:00
4d7ed2a0af vim/lualine: remove dynamic color for filename (doesn't work properly)
The function does work for the active window, but there is no way to
have it return a different value for inactive windows.
2023-08-08 03:24:30 +02:00
8d8def18dd vim/lualine: refactor component extensions 2023-08-08 01:39:12 +02:00
c0ef1e17b9 vim/lualine: refactor for readability 2023-08-08 01:28:52 +02:00
f7826d81c8 vim/lualine: rename parts -> my 2023-08-08 00:56:54 +02:00
d96cc5b1d8 vim/lualine: add diff and show diagnostics only in active window 2023-08-08 00:55:50 +02:00
24133d1cff vim/lualine: use stock progress instead of crescent moon 2023-08-08 00:34:42 +02:00
dcf75de3c0 vim: use vim.F.npcall 2023-08-06 23:52:57 +02:00
6a8c606845 vim: rename 'user' -> 'fschauen' 2023-08-06 23:43:17 +02:00
Renamed from config/nvim/lua/user/plugins/lualine.lua (Browse further)