Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | [nvim] Add more mappings and abbreviation for LaTeX | Federico Igne | 2022-03-11 | 1 | -8/+22 | |
| | ||||||
* | Add lTeX setup in installation script | Federico Igne | 2022-03-10 | 1 | -0/+20 | |
| | ||||||
* | [nvim] Add lTeX LSP as spell/grammar checking alternative | Federico Igne | 2022-03-09 | 2 | -21/+101 | |
| | ||||||
* | [nvim] Add arrow abbreviations in (La)TeX | Federico Igne | 2022-03-08 | 1 | -0/+30 | |
| | | | | | Note that this is still written in VimScript because the corresponding Lua API is missing at the time of writing. | |||||
* | [nvim] Turn off syntax highlighting during spell checking | Federico Igne | 2022-03-05 | 5 | -46/+238 | |
| | | | | | Syntax highlighting is not really turned off but all text-related highlighting groups are set to gray with a special "off" colorscheme. | |||||
* | [nnn] Add progress on cp/mv | Federico Igne | 2022-03-05 | 1 | -0/+6 | |
| | | | | | | This can be done with a patched version of the Linux coreutils. See https://github.com/jarun/nnn/wiki/Advanced-use-cases#cp-mv-progress and https://github.com/jarun/advcpmv | |||||
* | [nnn] Add mailsend plugin | Federico Igne | 2022-03-05 | 2 | -3/+61 | |
| | ||||||
* | Update dmenu launcher | Federico Igne | 2022-03-04 | 1 | -4/+8 | |
| | ||||||
* | Add sanitize and unshorten actions to URL handler | Federico Igne | 2022-03-04 | 3 | -18/+42 | |
| | ||||||
* | [nvim] bulk update of submodules/plugins | Federico Igne | 2022-02-22 | 32 | -0/+0 | |
| | ||||||
* | [nvim] fix deprecations introduced with v0.6.1 | Federico Igne | 2022-02-21 | 1 | -3/+3 | |
| | ||||||
* | [nvim] Add `\cite{.}` to tex | Federico Igne | 2022-02-16 | 1 | -0/+2 | |
| | ||||||
* | Add mythic.nvim plugin | Federico Igne | 2022-01-31 | 2 | -0/+3 | |
| | ||||||
* | [nvim] Add 'jobid' to focused terminal statusline | Federico Igne | 2022-01-30 | 1 | -4/+15 | |
| | ||||||
* | [nvim] Expose window commands in terminal mode via Ctrl-W | Federico Igne | 2022-01-30 | 1 | -0/+1 | |
| | ||||||
* | [nvim] Update LSP configuration for Scala Metals and Rust Analyzer | Federico Igne | 2022-01-29 | 3 | -13/+52 | |
| | ||||||
* | Fix typo on mail2khal script | Federico Igne | 2022-01-29 | 1 | -1/+1 | |
| | ||||||
* | Add clear command and anonymous mode to omnibar | Federico Igne | 2022-01-29 | 1 | -9/+32 | |
| | ||||||
* | [nvim] Rework checkpoint definitions | Federico Igne | 2022-01-29 | 4 | -25/+113 | |
| | ||||||
* | [TMux] Update config to new version | Federico Igne | 2022-01-29 | 1 | -1/+1 | |
| | ||||||
* | [Vim] Old local modifications | Federico Igne | 2022-01-29 | 4 | -32/+9 | |
| | ||||||
* | [Bash] Clean .bashrc | Federico Igne | 2022-01-29 | 1 | -11/+6 | |
| | ||||||
* | Fix rust-analyzer installation in setup script | Federico Igne | 2021-11-26 | 1 | -0/+1 | |
| | ||||||
* | [omnibar] Add history and clipboard support | Federico Igne | 2021-11-21 | 1 | -15/+46 | |
| | ||||||
* | [neomutt] Add attachment check before sending | Federico Igne | 2021-11-09 | 1 | -0/+5 | |
| | ||||||
* | Fix permission problems with GH workflow | Federico Igne | 2021-11-04 | 1 | -1/+3 | |
| | ||||||
* | Update README.md | Federico Igne | 2021-11-04 | 1 | -85/+48 | |
| | ||||||
* | [nvim] Add markdown specific options | Federico Igne | 2021-11-04 | 1 | -0/+67 | |
| | ||||||
* | [nvim] Improve checkpoint handling and mappings | Federico Igne | 2021-11-04 | 4 | -5/+55 | |
| | | | | | | Note that apparently the `vim-surround` has support for inserting parens in insert mode and might be useful to simplify some come. Try out the default keybindings for that. | |||||
* | [nvim] Add support for Rust Analyzer as Rust language server | Federico Igne | 2021-11-04 | 3 | -2/+29 | |
| | ||||||
* | [neomutt] Fix but with `mail2khal` script | Federico Igne | 2021-11-04 | 1 | -4/+3 | |
| | ||||||
* | Add GitHub Action for deployment testing | Federico Igne | 2021-11-01 | 1 | -0/+21 | |
| | ||||||
* | Add TMux to deployment script | Federico Igne | 2021-11-01 | 1 | -2/+45 | |
| | ||||||
* | Make new executables available right away in deployment script | Federico Igne | 2021-11-01 | 1 | -3/+4 | |
| | ||||||
* | [nvim] Add nvim-lspconfig plugin and configuration for Scala Metals | Federico Igne | 2021-11-01 | 6 | -15/+111 | |
| | ||||||
* | [neomutt] Add script to convert mail to khal event | Federico Igne | 2021-10-29 | 3 | -4/+122 | |
| | ||||||
* | [bash] Fix annoying error when rust is not installed | Federico Igne | 2021-10-28 | 1 | -1/+2 | |
| | ||||||
* | [nvim] Move Neovim related bash config to their own file | Federico Igne | 2021-10-28 | 3 | -13/+17 | |
| | ||||||
* | Fix user input in piped deployment script | Federico Igne | 2021-10-28 | 1 | -3/+4 | |
| | ||||||
* | Add missing git folder to deployment script | Federico Igne | 2021-10-28 | 1 | -44/+60 | |
| | ||||||
* | Add setup script | Federico Igne | 2021-10-28 | 1 | -0/+255 | |
| | ||||||
* | [nvim] Add telescope.nvim and zen-mode.nvim plugins | Federico Igne | 2021-10-27 | 6 | -17/+69 | |
| | ||||||
* | [nvim] Add vim-{commentary,surround} plugins | Federico Igne | 2021-10-27 | 4 | -0/+8 | |
| | ||||||
* | [nvim] Add nnn integration | Federico Igne | 2021-10-27 | 4 | -0/+29 | |
| | ||||||
* | [nvim] Add sensible "buffer delete" command | Federico Igne | 2021-10-27 | 2 | -5/+14 | |
| | ||||||
* | [nvim] Add checkpoints and smart parens | Federico Igne | 2021-10-26 | 4 | -36/+65 | |
| | ||||||
* | [nvim] Add initial config files for NeoVim | Federico Igne | 2021-10-26 | 16 | -0/+875 | |
| | ||||||
* | [nnn] Add bookmark to ssh/rclone mount points | Federico Igne | 2021-10-08 | 1 | -1/+1 | |
| | ||||||
* | [Vim] Display commit hash in statusline when HEAD is detached | Federico Igne | 2021-09-29 | 1 | -3/+3 | |
| | ||||||
* | [Vim] Add custom zettel plugin | Federico Igne | 2021-09-19 | 6 | -34/+77 | |
| |