aboutsummaryrefslogtreecommitdiff
path: root/dotfiles/.local
Commit message (Collapse)AuthorAge
* Treesitter configurationYaroslav de la Peña Smirnov2023-04-20
| | | | | | | Neovim 0.9 uses treesitter by default so I'm making the switch. * treesitter syntax highlight configuration * color palette changes.
* Edit colorscheme to allow for non-"opaque" bgYaroslav de la Peña Smirnov2022-09-20
| | | | | | With this option, now it is possible to not set the text background and use instead the terminal's one background, for example, if one wants to use a terminal with transparency.
* Changes to colorsYaroslav de la Peña Smirnov2020-12-01
| | | | | * Updated personal color scheme * Deleted unused color schemes
* Move filetype-specific preferences to main configYaroslav de la Peña Smirnov2020-11-03
|
* 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
|
* Add textwidth columnYaroslav2020-09-29
| | | | Also, set textwidth to 80 for Rust files
* Changes to file syntax config filesYaroslav2020-09-12
| | | | Mostly added syntax foldmethod to C, C++, and JS files.
* 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
* 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
|
* spell check and text width for markdown by default onYaroslav2020-06-02
|
* 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
|
* reorganized repo to be easier to use with GNU stow; added script to stowYaroslav2020-02-25