Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [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. | ||||
* | Update mortimer.vim plugin | Federico Igne | 2021-04-26 | 1 | -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 | 1 | -0/+1 |
| | |||||
* | Add Zettel functionality for Zettelkasten | Federico Igne | 2021-04-21 | 1 | -3/+18 |
| | |||||
* | Add vim-grammarous plugin | Federico Igne | 2021-04-21 | 1 | -0/+18 |
| | |||||
* | [Vim] Enable modeline | Federico Igne | 2020-12-22 | 1 | -0/+3 |
| | |||||
* | 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. | ||||
* | Remove base16 submodules (base16-shell, base16-vim) | Federico Igne | 2020-11-30 | 1 | -1/+1 |
| | |||||
* | [Vim] Move away from the cursed Base16 coloscheme system | Federico Igne | 2020-11-28 | 1 | -80/+76 |
| | | | | | | | 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] Tweak asyncomplete configuration + minor changes | Federico Igne | 2020-10-02 | 1 | -14/+73 |
| | |||||
* | [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 | 1 | -9/+127 |
| | |||||
* | [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] Use base16-vim plugin to handle colorschemes | Federico I | 2020-02-18 | 1 | -8/+33 |
| | |||||
* | [Vim] Add undotree plugin and related configuration | Federico I | 2020-02-15 | 1 | -78/+118 |
| | |||||
* | [Vim] Adapt vimrc to the new plugin structure | Federico I | 2020-02-14 | 1 | -12/+28 |
| | |||||
* | [Vim] Minor changes to vimrc | Federico I | 2020-02-13 | 1 | -98/+14 |
| | |||||
* | [Vim] Slightly change Goyo default and custom size | Federico I | 2020-02-06 | 1 | -1/+1 |
| | | | | | It also introduces a couple of bindings to make it a bit more convenient to manage Goyo size. | ||||
* | [Vim] Remove Gutentags plugin options | Federico I | 2020-02-06 | 1 | -3/+0 |
| | |||||
* | [Vim] Reintroduce netrc tree-style filesystem | Federico I | 2020-02-06 | 1 | -1/+1 |
| | |||||
* | [Vim] Remove auto window resizing | Federico I | 2020-02-06 | 1 | -2/+0 |
| | |||||
* | [Vim] Reintroduce italic comments | Federico I | 2020-02-06 | 1 | -1/+1 |
| | |||||
* | [Vim] Fix spacing in (sub)folds | Federico I | 2020-02-06 | 1 | -4/+16 |
| | | | | | This will make folds and subfolds more noticeable, since the indentation difference between a 1-fold and a 2-fold is bigger. | ||||
* | [Vim] Fix Git info icon in statusbar | Federico Igne | 2019-07-16 | 1 | -1/+1 |
| | |||||
* | [Vim] Add generic config for SLIME plugin | Federico Igne | 2019-07-16 | 1 | -8/+35 |
| | |||||
* | [Vim] Fix Git info format in statusbar | Federico Igne | 2019-07-16 | 1 | -2/+2 |
| | |||||
* | [Vim] Apply minor changes to vimrc | Federico Igne | 2019-07-15 | 1 | -107/+55 |
| | | | | | | + remove relative line number by default (toggle with binding); + reorganize plugin configurations; + reorganize file folding. | ||||
* | [Vim] Move config folder to match GNU Stow scheme | Federico Igne | 2019-07-15 | 1 | -0/+1039 |