Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [nvim] bulk update of submodules/plugins | Federico Igne | 2022-02-22 | 20 | -0/+0 |
| | |||||
* | [Vim] Old local modifications | Federico Igne | 2022-01-29 | 4 | -32/+9 |
| | |||||
* | [nvim] Move Neovim related bash config to their own file | Federico Igne | 2021-10-28 | 1 | -12/+0 |
| | |||||
* | [nvim] Add initial config files for NeoVim | Federico Igne | 2021-10-26 | 1 | -0/+11 |
| | |||||
* | [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 | 2 | -23/+3 |
| | |||||
* | [Vim] Add initial draft for custom tabline | Federico Igne | 2021-08-27 | 2 | -10/+47 |
| | |||||
* | Apply several minor tweaks | Federico Igne | 2021-08-27 | 2 | -4/+3 |
| | |||||
* | [Vim] Rework custom coloscheme changes | Federico Igne | 2021-08-27 | 1 | -57/+66 |
| | |||||
* | [Vim] Add binding to navigate git log | Federico Igne | 2021-07-27 | 1 | -1/+2 |
| | |||||
* | [Vim] Add popup terminal scratchpad | Federico Igne | 2021-07-27 | 2 | -28/+40 |
| | |||||
* | [Vim] Update 'gruvbox' plugin | Federico Igne | 2021-07-27 | 1 | -0/+0 |
| | | | | | Apparently `morhetz/gruvbox` is no longer actively maintained; migrated to `gruvbox-community/gruvbox`. | ||||
* | [Vim] Remove colorcolumn when textwidth < 2 | Federico Igne | 2021-06-02 | 1 | -2/+2 |
| | |||||
* | [Vim] Update vimprobably plugindevelop | Federico Igne | 2021-06-02 | 3 | -2/+2 |
| | |||||
* | [Vim] Update GetGitIgnore command | Federico Igne | 2021-05-25 | 1 | -4/+10 |
| | | | | | Now includes MacOS specific files (for all those annoying `DS_Store` committed by mistake) and VisualStudio Code related files. | ||||
* | [Vim] Update mortimer.vim plugin | Federico Igne | 2021-05-18 | 1 | -0/+0 |
| | |||||
* | Add makeprg for gnuplot scripts | Federico Igne | 2021-05-16 | 2 | -5/+9 |
| | |||||
* | Update mortimer.vim plugin | Federico Igne | 2021-04-26 | 2 | -3/+2 |
| | |||||
* | Fix filetype detection for vim-openscad | Federico Igne | 2021-04-26 | 1 | -1/+1 |
| | |||||
* | Add vim-openscad plugin | Federico Igne | 2021-04-26 | 2 | -0/+1 |
| | |||||
* | Update dictionary | Federico Igne | 2021-04-21 | 1 | -0/+6 |
| | |||||
* | Add Zettel functionality for Zettelkasten | Federico Igne | 2021-04-21 | 3 | -9/+24 |
| | |||||
* | Add vim-grammarous plugin | Federico Igne | 2021-04-21 | 5 | -10/+37 |
| | |||||
* | Add vimprobably plugin | Federico Igne | 2021-02-14 | 1 | -0/+0 |
| | |||||
* | [Vim] Add some simple keybindings for TIC-80 | Federico Igne | 2020-12-22 | 1 | -0/+17 |
| | | | | | This should make my life a bit easier if I'll end up using TIC-80 from an external editor. | ||||
* | [Vim] Enable modeline | Federico Igne | 2020-12-22 | 1 | -0/+3 |
| | |||||
* | [Vim] Add basic support for compiling SBT/Scala projects | Federico Igne | 2020-12-09 | 2 | -0/+24 |
| | |||||
* | Ignore *.class files in wildmenu | Federico Igne | 2020-12-03 | 1 | -0/+2 |
| | | | | | This is especially usefull when using `:find` or `:edit`. This will exclude compilation files for Java/Scala. | ||||
* | [Vim] Fix commit hash on mortimer.vim plugin | Federico Igne | 2020-11-30 | 1 | -0/+0 |
| | |||||
* | Remove base16 submodules (base16-shell, base16-vim) | Federico Igne | 2020-11-30 | 2 | -1/+1 |
| | |||||
* | [Vim] Update mortimer.vim plugin | Federico Igne | 2020-11-29 | 1 | -0/+0 |
| | |||||
* | [Vim] Move away from the cursed Base16 coloscheme system | Federico Igne | 2020-11-28 | 4 | -114/+242 |
| | | | | | | | Also introducing a coloschemes that dimms almost all text related highlight groups. This will be used in spell checking or other situation in which we don't care about syntax highlighting but we want to draw the attention to some part of the document. | ||||
* | [Vim] Add gruvbox colorscheme plugin | Federico Igne | 2020-11-28 | 1 | -0/+0 |
| | |||||
* | [Vim] Tweak asyncomplete configuration + minor changes | Federico Igne | 2020-10-02 | 2 | -16/+77 |
| | |||||
* | [Vim] Add asyncomplete plugin for automatic lsp completion | Federico Igne | 2020-10-01 | 2 | -0/+0 |
| | |||||
* | [Vim] Tweak vim-lsp configuration | Federico Igne | 2020-08-26 | 1 | -11/+31 |
| | |||||
* | [Vim] Fix vim-lsp mappings | Federico Igne | 2020-08-26 | 1 | -6/+6 |
| | | | | | They were set with `noremap` but we need `nmap` when using <plug>able mappings. | ||||
* | [Vim] Configure vim-lsp plugin and statusline | Federico Igne | 2020-08-25 | 2 | -9/+185 |
| | |||||
* | [Vim] Fix Git indicator in status bar | Federico Igne | 2020-08-25 | 1 | -3/+3 |
| | |||||
* | [Vim] Add vim-lsp plugin | Federico Igne | 2020-08-25 | 1 | -0/+0 |
| | |||||
* | [Vim] Add VimTableMode plugin | Federico Igne | 2020-06-29 | 1 | -0/+0 |
| | |||||
* | [Vim] Make eol and tabs more obvious | Federico Igne | 2020-05-26 | 1 | -6/+10 |
| | |||||
* | Fix opaque background in Vim and Tmux | Federico I | 2020-03-21 | 1 | -0/+4 |
| | | | | | The background would still be opaque even when st background has an alpha value < 1.0 | ||||
* | [Vim] Fix Goyo/Tagbar bindings definition | Federico I | 2020-03-12 | 1 | -4/+8 |
| | | | | | | | | | Tests for the mapping definitions were testing the existence of the wrong variable, in particular: + `g:loaded_goyo` does not exist; + `g:loaded_tagbar` is defined only when the autoloaded code is invoked. The solution in both cases is to test for the existence of the respective commands (which are defined on plugin load). | ||||
* | [Vim] Use base16-vim plugin to handle colorschemes | Federico I | 2020-02-18 | 6 | -1564/+33 |
| | |||||
* | [Vim] Add undotree plugin and related configuration | Federico I | 2020-02-15 | 3 | -80/+126 |
| | |||||
* | [Vim] Add spell file | Federico I | 2020-02-14 | 1 | -0/+2 |
| | |||||
* | [Vim] Add .gitignore for Vim spell binary files | Federico I | 2020-02-14 | 1 | -0/+3 |
| | |||||
* | [Vim] Update mortimer.vim plugin | Federico I | 2020-02-14 | 1 | -0/+0 |
| | |||||
* | [Vim] Adapt vimrc to the new plugin structure | Federico I | 2020-02-14 | 2 | -12/+28 |
| |