aboutsummaryrefslogtreecommitdiff
path: root/dotfiles
Commit message (Collapse)AuthorAge
* Chage redraw timeYaroslav de la Peña Smirnov2021-12-21
| | | | Because otherwise inccommand sometimes lags.
* Allow project specific config (exrc)Yaroslav de la Peña Smirnov2021-07-22
|
* change underline cursor to blockYaroslav de la Peña Smirnov2021-03-25
|
* minor keybindings changesYaroslav de la Peña Smirnov2021-02-20
|
* Open new terminal in current directoryYaroslav de la Peña Smirnov2021-01-25
|
* fzf plugin; leader shortcuts changesYaroslav de la Peña Smirnov2021-01-13
|
* Changes to colorsYaroslav de la Peña Smirnov2020-12-01
| | | | | * Updated personal color scheme * Deleted unused color schemes
* TeXinfo pluginYaroslav de la Peña Smirnov2020-11-10
|
* better JS supportYaroslav de la Peña Smirnov2020-11-10
|
* Move filetype-specific preferences to main configYaroslav de la Peña Smirnov2020-11-03
|
* set textwidth to 80 globallyYaroslav de la Peña Smirnov2020-10-29
|
* Remove smarttabs pluginYaroslav de la Peña Smirnov2020-10-17
| | | | It was causing problems with HTML editing.
* Switch to more based indentation methodYaroslav de la Peña Smirnov2020-10-10
| | | | | Also cleanup indentation in main configuration file, and consolidate several filetype specific settings in the main config file.
* changes to indentation configurationYaroslav2020-10-06
|
* added go language serverYaroslav2020-10-06
|
* use clangd as language server for C/C++Yaroslav2020-09-29
|
* Add textwidth columnYaroslav2020-09-29
| | | | Also, set textwidth to 80 for Rust files
* show actual character count instead of bytesYaroslav2020-09-12
|
* Changes to file syntax config filesYaroslav2020-09-12
| | | | Mostly added syntax foldmethod to C, C++, and JS files.
* goyo shortcuts and configYaroslav2020-08-18
|
* added plugins for toml syntax and C/C++ omnicompletionYaroslav2020-08-18
|
* filetype related changesYaroslav2020-08-12
| | | | | | * Updated some filetype.vim that are related to simple text or prose writing (not coding related) to use a different context with SuperTab * Use LanguageClient-neovim + RLS instead of racer
* added nerdtree and supertab pluginsYaroslav2020-08-11
|
* added a couple of rust-related pluginsYaroslav2020-08-11
|
* truncate statusline after git branchYaroslav2020-08-11
|
* General changes to vim riceYaroslav2020-08-11
| | | | | | | * removed all configuration related to airline and other old plugins that I don't use anymore * configured custom statusline * other minor changes
* Fixed and improved personal colorscheme (ultramar)Yaroslav2020-08-11
| | | | | Made some fixes to the colorscheme, added a function to change the color of the statusline highlight when in insert mode.
* get rid of files that don't belong hereYaroslav2020-08-11
|
* remove plug.vim file, install automatically if missingYaroslav2020-08-10
|
* simplify vim rice: use vimplug for managing pluginsYaroslav2020-08-10
|
* use folding with Rust filesYaroslav2020-08-10
|
* relative line numbersYaroslav2020-08-05
|
* more bindings available with russian layoutYaroslav2020-06-08
|
* spell check and text width for markdown by default onYaroslav2020-06-02
|
* added shortcuts; made shortcuts more comfy to use with russian layoutYaroslav2020-05-28
|
* automatically turn on spell checker and textwidth limit for tex docsYaroslav2020-05-25
|
* Goodbye vim, been using neovim for ages now; home directory cleanupYaroslav2020-03-31
|
* proper jinja indentation and file detectionYaroslav2020-03-28
|
* some changes for use with ES and RU kbd layoutsYaroslav2020-03-27
|
* reorganized repo to be easier to use with GNU stow; added script to stowYaroslav2020-02-25