|
6c7fe0688e
|
nvim: update plugins
|
2025-03-18 19:09:34 +01:00 |
|
|
5986ada2c3
|
git-cal: use colors in unicode mode and nerfont in ascii mode
|
2025-03-18 18:13:32 +01:00 |
|
|
2dd65d4135
|
Ignore htop configuration
|
2025-03-18 17:56:14 +01:00 |
|
|
50117b8d09
|
nvim: tweak trailing whitespace counter in lualine
|
2025-03-18 17:54:59 +01:00 |
|
|
f23a73d02b
|
nvim: use // for comments in C files
|
2025-03-17 20:03:02 +01:00 |
|
|
20e99cbeed
|
nvim: lsp: disable header insert in clangd
|
2025-03-17 20:02:08 +01:00 |
|
|
9df850751b
|
clang-format: better alignment after brackets
|
2025-03-05 10:24:16 +01:00 |
|
|
416d8618b2
|
clang-format: disable v20-only option (BreakBinaryOperations )
|
2025-03-05 10:23:39 +01:00 |
|
|
5f2d56232a
|
Ignore podman configurations (config/containers )
|
2025-03-05 10:20:45 +01:00 |
|
|
734c012556
|
nvim: improvements to filetype detection
|
2025-03-05 10:17:28 +01:00 |
|
|
448513ad70
|
nvim: search all man section with Telescope
|
2025-03-05 09:19:59 +01:00 |
|
|
841d9bd600
|
git: remove newlines from ln alias
|
2025-03-05 09:19:10 +01:00 |
|
|
487c750831
|
nvim: add spellings
|
2025-02-14 09:26:04 +01:00 |
|
|
d8ed650761
|
zsh: enable option noclobber
Require `>|` to overwrite an existing file when redirecting output.
|
2025-02-14 09:26:04 +01:00 |
|
|
2068330fd0
|
debian: update package versions
|
2024-10-23 18:26:41 +02:00 |
|
|
d9e6d2e372
|
debian: remove broot
|
2024-10-23 18:15:11 +02:00 |
|
|
c2258ba17b
|
debian: install fzf
|
2024-10-23 18:13:34 +02:00 |
|
|
baa4f6a508
|
editorconfig: indent JSON with 2 spaces
|
2024-10-23 18:12:55 +02:00 |
|
|
ac6e86a9b2
|
clang-format: disable BreakBeforeBinaryOperators until I can rely on v20
|
2024-10-23 18:12:03 +02:00 |
|
|
3d7b013393
|
install: add a global .clang-format
|
2024-08-23 21:21:17 +02:00 |
|
|
66b9cfd1f0
|
nvim: don't ensure any LSP servers are installed automatically
|
2024-08-23 20:26:44 +02:00 |
|
|
1066095ef3
|
nvim: add spellings
|
2024-08-23 20:25:30 +02:00 |
|
|
88ea5719c7
|
nvim: fix clipboard on WSL
|
2024-08-23 20:24:57 +02:00 |
|
|
801f0cc7b3
|
nvim: select diagnostic virtual text severity with custom telescope picker
|
2024-08-06 01:17:14 +02:00 |
|
|
fdf94be847
|
nvim: use tabstop = 2 for YAML files
|
2024-08-05 19:24:46 +02:00 |
|
|
6f6124e2a3
|
nvim: schedule setting 'clipboard' after UIEnter
Without scheduling, the startup time in WSL is slowed down by over
a second!
|
2024-08-04 23:23:07 +02:00 |
|
|
824089b6ba
|
zsh: fix up/down arrows in git prompt
The previous arrows overlapped with some numbers, e.g. 7.
|
2024-08-02 01:07:46 +02:00 |
|
|
32a14e5b61
|
tmux: status line tweaks
- Add server PID to right side.
- Current window name is bold.
- Last window index shown in color.
- Active pane border is now blue.
|
2024-08-02 01:06:27 +02:00 |
|
|
86e2687bca
|
tmux: add bindings to split window in full width/height
|
2024-08-01 23:21:37 +02:00 |
|
|
de115d0e92
|
tmux: fix rotation direction
This is more intuitive, given the position of the `i` and `o` keys on
the keyboard:
- C-o: rotates clockwise
- C-i: rotates counter-clockwise
|
2024-08-01 23:08:17 +02:00 |
|
|
e0b35d87d4
|
zsh: use a ZLE widget to save command line when opening nvim with ctrl-v
|
2024-08-01 23:03:46 +02:00 |
|
|
3ac248c53d
|
nvim: disable spell check in quickfix windows
|
2024-08-01 23:03:03 +02:00 |
|
|
84673a04a5
|
nvim: move module: fschauen.window -> fschauen.util.window
|
2024-08-01 22:53:44 +02:00 |
|
|
f0011b9eb1
|
nvim: execute current buffer as lua script by :write and :luafile
|
2024-08-01 22:45:04 +02:00 |
|
|
62dacd2c04
|
nvim: add comments to undocumented functions
|
2024-08-01 22:44:38 +02:00 |
|
|
b776aa4260
|
zsh: make orange in git prompt a bit brighter
|
2024-07-29 20:34:28 +02:00 |
|
|
39ead8b9ee
|
zsh: use array for colors in git prompt
|
2024-07-29 20:34:16 +02:00 |
|
|
4b779b8336
|
zsh: avoid global array of icons in prompt
|
2024-07-29 20:27:06 +02:00 |
|
|
eff5a3d0b1
|
zsh: avoid global array of colors in prompt
|
2024-07-29 19:46:35 +02:00 |
|
|
a28fa3a3f8
|
zsh: don't use abbreviation unnecessarily
|
2024-07-29 17:51:41 +02:00 |
|
|
bc602776af
|
zsh: consistent function naming
|
2024-07-29 12:57:29 +02:00 |
|
|
a5ee1b137b
|
zsh: remove unused option
|
2024-07-29 12:41:51 +02:00 |
|
|
0dac129b53
|
zsh: add feature flag for transient prompts
I am not 100% sure yet that I want to use transient prompts long term.
This makes it easy to turn them on/off and experiment for a while.
|
2024-07-29 12:40:57 +02:00 |
|
|
0d1ed7112e
|
zsh: remove outdated TODO
|
2024-07-29 02:04:18 +02:00 |
|
|
197ba88d47
|
nvim: include - in 'iskeyword' for zsh
My zsh functions tend to be dash-case.
|
2024-07-29 01:55:24 +02:00 |
|
|
aa6cf52d63
|
zsh: add transient prompt
|
2024-07-29 01:54:52 +02:00 |
|
|
baa9b5a2e1
|
zsh: prefix my prompt-related functions with fs-
|
2024-07-29 01:06:50 +02:00 |
|
|
7464e383e3
|
zsh: add special ZLE widgets rather than replace them
Also took the opportunity to prefix all my functions with `fs-` to
differentiate from built-ins and avoid conflicts.
|
2024-07-29 00:40:33 +02:00 |
|
|
131d2097cc
|
zsh: new error icon in prompt
|
2024-07-28 23:06:42 +02:00 |
|
|
1e0ac2b51b
|
zsh: color prompt according to previous exit code
|
2024-07-28 23:04:20 +02:00 |
|