summaryrefslogtreecommitdiffstats
path: root/.config
Commit message (Collapse)AuthorAgeFilesLines
* refactor(nvim): rename files and move code aroundThomas Vanbesien7 days6-117/+116
|
* refactor(nvim): rewrite DAP pluginThomas Vanbesien7 days1-9/+26
|
* refactor(nvim): rewrite autocompletion pluginThomas Vanbesien7 days1-47/+69
|
* refactor(nvim): rename fileThomas Vanbesien7 days1-0/+0
|
* refactor(nvim): move snippet code to its own fileThomas Vanbesien7 days2-139/+146
|
* misc(nvim): add keymap CTRL+S to save bufferThomas Vanbesien7 days1-0/+1
|
* misc: add ranger default config; fix lua files previewed as JSThomas Vanbesien7 days2-0/+646
|
* misc(nvim): reformat lua files to 100 char line widthThomas Vanbesien7 days14-52/+176
|
* misc(nvim): lua textwidth 120 → 100Thomas Vanbesien7 days1-1/+1
|
* refactor(nvim): rewrite the highlight and extended marks pluginsThomas Vanbesien7 days5-272/+210
|
* misc(nvim): wrap text only visually in markdown buffersThomas Vanbesien7 days1-2/+3
|
* docs(nvim): edit commentsThomas Vanbesien8 days2-9/+14
|
* refactor(nvim): sort list and rename fileThomas Vanbesien8 days1-10/+12
|
* refactor(nvim): rewrite the buffer formatting flowThomas Vanbesien8 days9-135/+80
|
* misc(nvim): add NotesOpen user commandThomas Vanbesien8 days1-0/+4
|
* misc(bash): HISTSIZE 1000 → 10000Thomas Vanbesien8 days1-1/+1
|
* misc(tmux): update right status bar format and styleThomas Vanbesien8 days1-5/+5
|
* misc(nvim): move pyright config fileThomas Vanbesien9 days1-0/+9
|
* fix(bash): fix and refactor promptThomas Vanbesien9 days1-21/+20
|
* fix(bash): remove useless ${colors[bold_green]}Thomas Vanbesien9 days1-1/+1
| | | | It was causing a bug when sourcing a script that `set -x`.
* docs: remove commentThomas Vanbesien9 days1-1/+0
|
* misc(nvim): add python formatter (black)Thomas Vanbesien9 days1-0/+17
|
* misc(tmux): add key bindingThomas Vanbesien10 days1-0/+1
|
* misc(nvim): add python development environmentThomas Vanbesien10 days3-1/+9
|
* misc(nvim): render &nbsp, &lt etc in markdown filesThomas Vanbesien10 days1-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 Vanbesien10 days1-3/+3
| | | | This reverts commit 6b15c9b1c27e810ca2395b8f5d77e49a31dd3d47.
* misc: add preview scroll key bindings for fzf (in both nvim and bash)Thomas Vanbesien10 days2-0/+3
|
* misc(tmux): edit status line formatThomas Vanbesien10 days1-0/+1
|
* fix(nvim): follow plugin expands env vars for file namesThomas Vanbesien10 days1-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: commentThomas Vanbesien10 days1-11/+8
|
* misc(foot): remove titlebar and frame in KDEThomas Vanbesien10 days1-0/+10
|
* misc(nvim): remove "file has changed on disk" notificationThomas Vanbesien11 days1-8/+0
|
* feat(nvim): sessions restoration include man pagesThomas Vanbesien11 days1-9/+66
|
* refactor(nvim): make session sidecar generic (not only for tabpages)Thomas Vanbesien11 days1-15/+29
|
* misc(nvim): make notes tags picker display more readableThomas Vanbesien11 days2-4/+9
| | | | The split is horizontal and tags show file and section properly aligned.
* docs: commentThomas Vanbesien11 days1-7/+2
|
* misc(tmux): edit status line style and formatThomas Vanbesien11 days1-4/+7
|
* misc(nvim): rename user commandsThomas Vanbesien11 days1-7/+2
|
* misc(tmux): add key bindingsThomas Vanbesien11 days1-0/+3
|
* misc: add notes launcherThomas Vanbesien11 days2-8/+13
|
* refactor(nvim): extract follow engine into dotfiles.follow moduleThomas Vanbesien11 days4-172/+247
|
* misc(nvim): make floating windows more visibleThomas Vanbesien12 days1-3/+3
|
* docs(nvim): commentThomas Vanbesien12 days1-12/+2
|
* feat(nvim): add notes plugin with wiki-linksThomas Vanbesien12 days2-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 extensionThomas Vanbesien12 days1-0/+4
|
* misc(nvim): configure fzf to mirror ~/.config/fzf/fzf.bashThomas Vanbesien12 days1-0/+43
|
* feat(nvim): support custom snippetsThomas Vanbesien12 days2-0/+91
|
* misc(nvim): add key mappings to move windowsThomas Vanbesien12 days1-0/+4
|
* fix(nvim): expand snippets with nested tabstopsThomas Vanbesien12 days1-0/+56
|
* misc(nvim): add key mappings for jumping between snippetsThomas Vanbesien12 days1-0/+8
|