| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | misc(nvim): extend markdown heading background horizontallyHEADkde | Thomas Vanbesien | 63 min. | 1 | -1/+1 |
| | | |||||
| * | misc(nvim): improve closed folds visibility | Thomas Vanbesien | 2 hours | 1 | -0/+3 |
| | | |||||
| * | misc(nvim): don't display tab characters | Thomas Vanbesien | 32 hours | 1 | -1/+1 |
| | | |||||
| * | misc(nvim): replace 50-git.lua with vim-fugitive | Thomas Vanbesien | 4 days | 2 | -81/+1 |
| | | |||||
| * | refactor(nvim): rename functions and edit comments | Thomas Vanbesien | 6 days | 4 | -13/+18 |
| | | |||||
| * | fix(nvim): use # comments instead of ; in dosini files | Thomas Vanbesien | 7 days | 1 | -0/+1 |
| | | | | | This is to fix foot complaining about ; comments that I create with `gc`. | ||||
| * | docs(nvim): edit comments | Thomas Vanbesien | 7 days | 6 | -16/+26 |
| | | |||||
| * | fix(nvim): rewrite fold plugin and fix text folding while editing | Thomas Vanbesien | 7 days | 3 | -13/+13 |
| | | |||||
| * | refactor(nvim): rename files and move code around | Thomas Vanbesien | 7 days | 6 | -117/+116 |
| | | |||||
| * | refactor(nvim): rewrite DAP plugin | Thomas Vanbesien | 7 days | 1 | -9/+26 |
| | | |||||
| * | refactor(nvim): rewrite autocompletion plugin | Thomas Vanbesien | 7 days | 1 | -47/+69 |
| | | |||||
| * | refactor(nvim): rename file | Thomas Vanbesien | 7 days | 1 | -0/+0 |
| | | |||||
| * | refactor(nvim): move snippet code to its own file | Thomas Vanbesien | 7 days | 2 | -139/+146 |
| | | |||||
| * | misc(nvim): add keymap CTRL+S to save buffer | Thomas Vanbesien | 7 days | 1 | -0/+1 |
| | | |||||
| * | misc(nvim): reformat lua files to 100 char line width | Thomas Vanbesien | 7 days | 14 | -52/+176 |
| | | |||||
| * | misc(nvim): lua textwidth 120 → 100 | Thomas Vanbesien | 7 days | 1 | -1/+1 |
| | | |||||
| * | refactor(nvim): rewrite the highlight and extended marks plugins | Thomas Vanbesien | 7 days | 5 | -272/+210 |
| | | |||||
| * | misc(nvim): wrap text only visually in markdown buffers | Thomas Vanbesien | 7 days | 1 | -2/+3 |
| | | |||||
| * | docs(nvim): edit comments | Thomas Vanbesien | 8 days | 2 | -9/+14 |
| | | |||||
| * | refactor(nvim): sort list and rename file | Thomas Vanbesien | 8 days | 1 | -10/+12 |
| | | |||||
| * | refactor(nvim): rewrite the buffer formatting flow | Thomas Vanbesien | 8 days | 7 | -135/+77 |
| | | |||||
| * | misc(nvim): add NotesOpen user command | Thomas Vanbesien | 8 days | 1 | -0/+4 |
| | | |||||
| * | misc(nvim): move pyright config file | Thomas Vanbesien | 9 days | 1 | -0/+9 |
| | | |||||
| * | misc(nvim): add python formatter (black) | Thomas Vanbesien | 9 days | 1 | -0/+17 |
| | | |||||
| * | misc(nvim): add python development environment | Thomas Vanbesien | 10 days | 3 | -1/+9 |
| | | |||||
| * | 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. | ||||
| * | 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 | 1 | -0/+2 |
| | | |||||
| * | 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(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(nvim): rename user commands | Thomas Vanbesien | 11 days | 1 | -7/+2 |
| | | |||||
| * | misc: add notes launcher | Thomas Vanbesien | 11 days | 1 | -8/+10 |
| | | |||||
| * | refactor(nvim): extract follow engine into dotfiles.follow module | Thomas Vanbesien | 11 days | 4 | -172/+247 |
| | | |||||
| * | 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. | ||||
| * | feat: add wikilink mdformat extension | Thomas Vanbesien | 12 days | 1 | -0/+4 |
| | | |||||
| * | 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 |
| | | |||||
