| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | misc(nvim): add python formatter (black) | Thomas Vanbesien | 9 days | 1 | -0/+17 | |
| | | ||||||
| * | misc: edit notes launcher comment and notification message | Thomas Vanbesien | 10 days | 1 | -3/+1 | |
| | | ||||||
| * | misc(tmux): add key binding | Thomas Vanbesien | 10 days | 1 | -0/+1 | |
| | | ||||||
| * | misc: add pyrightconfig.json | Thomas Vanbesien | 10 days | 1 | -0/+9 | |
| | | | | | | | | | | For working with Python remote plugins for neovim. The `include` is necessary or else pyright would try to analyze all files under HOME, `include` restricts it. The `exclude` is defined because the default value excludes dot dirs by default, the new one does not. | |||||
| * | misc(nvim): add python development environment | Thomas Vanbesien | 10 days | 5 | -1/+12 | |
| | | ||||||
| * | misc(nvim): render  , < etc in markdown files | Thomas Vanbesien | 10 days | 1 | -0/+1 | |
| | | | | | | | | In floating windows with python documentation there is nbsp characters used for formatting. But with the default conceallevel they are invisible. This commit reduces the conceallevel so that they become visible. | |||||
| * | misc(dotfiles): add ruff & basedpyright (pip) and refactor pip package sync ↵ | Thomas Vanbesien | 10 days | 1 | -14/+42 | |
| | | | | | logic | |||||
| * | misc: remove proton-vpn-gtk-app | Thomas Vanbesien | 10 days | 1 | -1/+1 | |
| | | | | | It doesn't work on Arch, but the CLI does. | |||||
| * | misc(claude): send notification when Claude is waiting for user input | Thomas Vanbesien | 10 days | 1 | -0/+11 | |
| | | ||||||
| * | misc(claude): add instruction to use commands' long-form options | Thomas Vanbesien | 10 days | 1 | -0/+2 | |
| | | ||||||
| * | Revert "misc(nvim): make floating windows more visible" | Thomas Vanbesien | 10 days | 1 | -3/+3 | |
| | | | | | This reverts commit 6b15c9b1c27e810ca2395b8f5d77e49a31dd3d47. | |||||
| * | misc: add preview scroll key bindings for fzf (in both nvim and bash) | Thomas Vanbesien | 10 days | 2 | -0/+3 | |
| | | ||||||
| * | misc(tmux): edit status line format | Thomas Vanbesien | 10 days | 1 | -0/+1 | |
| | | ||||||
| * | misc: add notes dir sanity check for notes launcher | Thomas Vanbesien | 10 days | 1 | -3/+9 | |
| | | ||||||
| * | misc(claude): set effort level to high | Thomas Vanbesien | 10 days | 1 | -1/+1 | |
| | | ||||||
| * | fix(nvim): follow plugin expands env vars for file names | Thomas Vanbesien | 10 days | 1 | -2/+6 | |
| | | | | | | | | | Previously, the target of follow (`<Leader>gg` and related) was applying `vim.fn.fnameescape()` in all cases, including the case when following a file name. However, file names can contain environment variables which are expanded by `:edit` but they are not parsed as environment variables when escaped. | |||||
| * | docs: comment | Thomas Vanbesien | 10 days | 1 | -11/+8 | |
| | | ||||||
| * | misc(foot): remove titlebar and frame in KDE | Thomas Vanbesien | 10 days | 1 | -0/+10 | |
| | | ||||||
| * | misc(dotfiles): sync ctags | Thomas Vanbesien | 11 days | 1 | -0/+1 | |
| | | ||||||
| * | misc(nvim): remove "file has changed on disk" notification | Thomas Vanbesien | 11 days | 1 | -8/+0 | |
| | | ||||||
| * | feat(nvim): sessions restoration include man pages | Thomas Vanbesien | 11 days | 1 | -9/+66 | |
| | | ||||||
| * | refactor(nvim): make session sidecar generic (not only for tabpages) | Thomas Vanbesien | 11 days | 1 | -15/+29 | |
| | | ||||||
| * | misc(nvim): make notes tags picker display more readable | Thomas Vanbesien | 11 days | 2 | -4/+9 | |
| | | | | | The split is horizontal and tags show file and section properly aligned. | |||||
| * | docs: comment | Thomas Vanbesien | 11 days | 1 | -7/+2 | |
| | | ||||||
| * | misc(tmux): edit status line style and format | Thomas Vanbesien | 11 days | 1 | -4/+7 | |
| | | ||||||
| * | misc(dotfiles): sync proton-vpn-cli | Thomas Vanbesien | 11 days | 1 | -0/+1 | |
| | | ||||||
| * | misc(nvim): rename user commands | Thomas Vanbesien | 11 days | 1 | -7/+2 | |
| | | ||||||
| * | misc(tmux): add key bindings | Thomas Vanbesien | 11 days | 1 | -0/+3 | |
| | | ||||||
| * | misc: add notes launcher | Thomas Vanbesien | 11 days | 4 | -8/+29 | |
| | | ||||||
| * | refactor(nvim): extract follow engine into dotfiles.follow module | Thomas Vanbesien | 11 days | 4 | -172/+247 | |
| | | ||||||
| * | fix(dotfiles): decouple `dotfiles` completion from on/off toggle | Thomas Vanbesien | 12 days | 3 | -7/+4 | |
| | | | | | Enable completion globally instead of only after running `dotfiles on` | |||||
| * | misc(nvim): make floating windows more visible | Thomas Vanbesien | 12 days | 1 | -3/+3 | |
| | | ||||||
| * | docs(nvim): comment | Thomas Vanbesien | 12 days | 1 | -12/+2 | |
| | | ||||||
| * | feat(nvim): add notes plugin with wiki-links | Thomas Vanbesien | 12 days | 2 | -3/+382 | |
| | | | | | | | | | | Index headings with ctags for native :tag and an fzf-lua picker (<Leader>nn), plus pickers for note filenames (<Leader>nf) and content (<Leader>ng). Complete [[wiki-links]] and their #headings, and follow them via <Leader>gg, creating missing notes and directories. Add :NotesRename and :NotesRenameSection, which rewrite every matching link across all notes. | |||||
| * | fix(dotfiles): dotfiles sync no longer exits on valid state | Thomas Vanbesien | 12 days | 1 | -2/+2 | |
| | | | | | | The command to get secret_service_owner returned a faulty value which exited the script. | |||||
| * | feat: add wikilink mdformat extension | Thomas Vanbesien | 12 days | 3 | -2/+6 | |
| | | ||||||
| * | misc(nvim): configure fzf to mirror ~/.config/fzf/fzf.bash | Thomas Vanbesien | 12 days | 1 | -0/+43 | |
| | | ||||||
| * | feat(nvim): support custom snippets | Thomas Vanbesien | 12 days | 2 | -0/+91 | |
| | | ||||||
| * | misc(nvim): add key mappings to move windows | Thomas Vanbesien | 12 days | 1 | -0/+4 | |
| | | ||||||
| * | fix(nvim): expand snippets with nested tabstops | Thomas Vanbesien | 12 days | 1 | -0/+56 | |
| | | ||||||
| * | misc(nvim): add key mappings for jumping between snippets | Thomas Vanbesien | 12 days | 1 | -0/+8 | |
| | | ||||||
| * | fix(nvim): remap broken gitgutter mappings | Thomas Vanbesien | 12 days | 1 | -0/+4 | |
| | | ||||||
| * | misc(nvim): add Ctrl+K mapping to kill command line | Thomas Vanbesien | 12 days | 1 | -0/+5 | |
| | | ||||||
| * | misc(nvim): update key mappings | Thomas Vanbesien | 12 days | 1 | -2/+2 | |
| | | ||||||
| * | docs(nvim): comment | Thomas Vanbesien | 12 days | 1 | -1/+1 | |
| | | ||||||
| * | misc(nvim): edit floating window and popup menu style | Thomas Vanbesien | 12 days | 1 | -0/+9 | |
| | | | | | Same bg as what's behind and a visible rounded border. | |||||
| * | fix(nvim): floating window width | Thomas Vanbesien | 12 days | 1 | -1/+1 | |
| | | | | | The left_margin = 2 was messing with the floating window width. | |||||
| * | misc(nvim): remove unused option | Thomas Vanbesien | 12 days | 1 | -1/+1 | |
| | | | | | `popup` overrides `preview`. | |||||
| * | feat(nvim): add transform_text plugin | Thomas Vanbesien | 12 days | 1 | -0/+25 | |
| | | | | | With mappings to URL-encode/decode visual selection. | |||||
| * | feat(nvim): add follow plugin (open file/URL) | Thomas Vanbesien | 12 days | 1 | -0/+126 | |
| | | ||||||
