aboutsummaryrefslogtreecommitdiff
path: root/vim
Commit message (Collapse)AuthorAgeFilesLines
* [nvim] bulk update of submodules/pluginsFederico Igne2022-02-2220-0/+0
|
* [Vim] Old local modificationsFederico Igne2022-01-294-32/+9
|
* [nvim] Move Neovim related bash config to their own fileFederico Igne2021-10-281-12/+0
|
* [nvim] Add initial config files for NeoVimFederico Igne2021-10-261-0/+11
|
* [Vim] Display commit hash in statusline when HEAD is detachedFederico Igne2021-09-291-3/+3
|
* [Vim] Add custom zettel pluginFederico Igne2021-09-192-23/+3
|
* [Vim] Add initial draft for custom tablineFederico Igne2021-08-272-10/+47
|
* Apply several minor tweaksFederico Igne2021-08-272-4/+3
|
* [Vim] Rework custom coloscheme changesFederico Igne2021-08-271-57/+66
|
* [Vim] Add binding to navigate git logFederico Igne2021-07-271-1/+2
|
* [Vim] Add popup terminal scratchpadFederico Igne2021-07-272-28/+40
|
* [Vim] Update 'gruvbox' pluginFederico Igne2021-07-271-0/+0
| | | | | Apparently `morhetz/gruvbox` is no longer actively maintained; migrated to `gruvbox-community/gruvbox`.
* [Vim] Remove colorcolumn when textwidth < 2Federico Igne2021-06-021-2/+2
|
* [Vim] Update vimprobably plugindevelopFederico Igne2021-06-023-2/+2
|
* [Vim] Update GetGitIgnore commandFederico Igne2021-05-251-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 pluginFederico Igne2021-05-181-0/+0
|
* Add makeprg for gnuplot scriptsFederico Igne2021-05-162-5/+9
|
* Update mortimer.vim pluginFederico Igne2021-04-262-3/+2
|
* Fix filetype detection for vim-openscadFederico Igne2021-04-261-1/+1
|
* Add vim-openscad pluginFederico Igne2021-04-262-0/+1
|
* Update dictionaryFederico Igne2021-04-211-0/+6
|
* Add Zettel functionality for ZettelkastenFederico Igne2021-04-213-9/+24
|
* Add vim-grammarous pluginFederico Igne2021-04-215-10/+37
|
* Add vimprobably pluginFederico Igne2021-02-141-0/+0
|
* [Vim] Add some simple keybindings for TIC-80Federico Igne2020-12-221-0/+17
| | | | | This should make my life a bit easier if I'll end up using TIC-80 from an external editor.
* [Vim] Enable modelineFederico Igne2020-12-221-0/+3
|
* [Vim] Add basic support for compiling SBT/Scala projectsFederico Igne2020-12-092-0/+24
|
* Ignore *.class files in wildmenuFederico Igne2020-12-031-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 pluginFederico Igne2020-11-301-0/+0
|
* Remove base16 submodules (base16-shell, base16-vim)Federico Igne2020-11-302-1/+1
|
* [Vim] Update mortimer.vim pluginFederico Igne2020-11-291-0/+0
|
* [Vim] Move away from the cursed Base16 coloscheme systemFederico Igne2020-11-284-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 pluginFederico Igne2020-11-281-0/+0
|
* [Vim] Tweak asyncomplete configuration + minor changesFederico Igne2020-10-022-16/+77
|
* [Vim] Add asyncomplete plugin for automatic lsp completionFederico Igne2020-10-012-0/+0
|
* [Vim] Tweak vim-lsp configurationFederico Igne2020-08-261-11/+31
|
* [Vim] Fix vim-lsp mappingsFederico Igne2020-08-261-6/+6
| | | | | They were set with `noremap` but we need `nmap` when using <plug>able mappings.
* [Vim] Configure vim-lsp plugin and statuslineFederico Igne2020-08-252-9/+185
|
* [Vim] Fix Git indicator in status barFederico Igne2020-08-251-3/+3
|
* [Vim] Add vim-lsp pluginFederico Igne2020-08-251-0/+0
|
* [Vim] Add VimTableMode pluginFederico Igne2020-06-291-0/+0
|
* [Vim] Make eol and tabs more obviousFederico Igne2020-05-261-6/+10
|
* Fix opaque background in Vim and TmuxFederico I2020-03-211-0/+4
| | | | | The background would still be opaque even when st background has an alpha value < 1.0
* [Vim] Fix Goyo/Tagbar bindings definitionFederico I2020-03-121-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 colorschemesFederico I2020-02-186-1564/+33
|
* [Vim] Add undotree plugin and related configurationFederico I2020-02-153-80/+126
|
* [Vim] Add spell fileFederico I2020-02-141-0/+2
|
* [Vim] Add .gitignore for Vim spell binary filesFederico I2020-02-141-0/+3
|
* [Vim] Update mortimer.vim pluginFederico I2020-02-141-0/+0
|
* [Vim] Adapt vimrc to the new plugin structureFederico I2020-02-142-12/+28
|