Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Treesitter configuration | Yaroslav de la Peña Smirnov | 2023-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" bg | Yaroslav de la Peña Smirnov | 2022-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 colors | Yaroslav de la Peña Smirnov | 2020-12-01 |
| | | | | | * Updated personal color scheme * Deleted unused color schemes | ||
* | Move filetype-specific preferences to main config | Yaroslav de la Peña Smirnov | 2020-11-03 |
| | |||
* | Switch to more based indentation method | Yaroslav de la Peña Smirnov | 2020-10-10 |
| | | | | | Also cleanup indentation in main configuration file, and consolidate several filetype specific settings in the main config file. | ||
* | changes to indentation configuration | Yaroslav | 2020-10-06 |
| | |||
* | Add textwidth column | Yaroslav | 2020-09-29 |
| | | | | Also, set textwidth to 80 for Rust files | ||
* | Changes to file syntax config files | Yaroslav | 2020-09-12 |
| | | | | Mostly added syntax foldmethod to C, C++, and JS files. | ||
* | filetype related changes | Yaroslav | 2020-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) | Yaroslav | 2020-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 here | Yaroslav | 2020-08-11 |
| | |||
* | remove plug.vim file, install automatically if missing | Yaroslav | 2020-08-10 |
| | |||
* | simplify vim rice: use vimplug for managing plugins | Yaroslav | 2020-08-10 |
| | |||
* | use folding with Rust files | Yaroslav | 2020-08-10 |
| | |||
* | spell check and text width for markdown by default on | Yaroslav | 2020-06-02 |
| | |||
* | automatically turn on spell checker and textwidth limit for tex docs | Yaroslav | 2020-05-25 |
| | |||
* | Goodbye vim, been using neovim for ages now; home directory cleanup | Yaroslav | 2020-03-31 |
| | |||
* | reorganized repo to be easier to use with GNU stow; added script to stow | Yaroslav | 2020-02-25 |