Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Change leader to ',', add bind for symbol search | Yaroslav de la Peña Smirnov | 2022-10-24 |
| | |||
* | Insert datetime binding | Yaroslav de la Peña Smirnov | 2022-09-28 |
| | |||
* | 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. | ||
* | Smol statusline changes, color hex colors | Yaroslav de la Peña Smirnov | 2022-09-16 |
| | |||
* | Change JS lang server to quick-lint-js | Yaroslav de la Peña Smirnov | 2022-08-31 |
| | |||
* | Change complete options | Yaroslav de la Peña Smirnov | 2022-05-08 |
| | | | | The preview window was getting on my nerves. | ||
* | Check neovim version before loading LSP | Yaroslav de la Peña Smirnov | 2022-03-18 |
| | | | | | Because I have Debian machines that use a really old version of neovim. Why do I keep using Debian on some machines? | ||
* | Fix scoped case statements indentation | Yaroslav de la Peña Smirnov | 2022-02-19 |
| | |||
* | C indentation rules | Yaroslav de la Peña Smirnov | 2022-02-17 |
| | | | | Don't indent case statements; don't indent scoped case statements. | ||
* | go to diagnostic | Yaroslav de la Peña Smirnov | 2022-01-27 |
| | |||
* | Some cleanup | Yaroslav de la Peña Smirnov | 2022-01-25 |
| | |||
* | Use neovim's own lsp server | Yaroslav de la Peña Smirnov | 2022-01-25 |
| | |||
* | Chage redraw time | Yaroslav de la Peña Smirnov | 2021-12-21 |
| | | | | Because otherwise inccommand sometimes lags. | ||
* | Allow project specific config (exrc) | Yaroslav de la Peña Smirnov | 2021-07-22 |
| | |||
* | change underline cursor to block | Yaroslav de la Peña Smirnov | 2021-03-25 |
| | |||
* | minor keybindings changes | Yaroslav de la Peña Smirnov | 2021-02-20 |
| | |||
* | Open new terminal in current directory | Yaroslav de la Peña Smirnov | 2021-01-25 |
| | |||
* | fzf plugin; leader shortcuts changes | Yaroslav de la Peña Smirnov | 2021-01-13 |
| | |||
* | Changes to colors | Yaroslav de la Peña Smirnov | 2020-12-01 |
| | | | | | * Updated personal color scheme * Deleted unused color schemes | ||
* | TeXinfo plugin | Yaroslav de la Peña Smirnov | 2020-11-10 |
| | |||
* | better JS support | Yaroslav de la Peña Smirnov | 2020-11-10 |
| | |||
* | Move filetype-specific preferences to main config | Yaroslav de la Peña Smirnov | 2020-11-03 |
| | |||
* | set textwidth to 80 globally | Yaroslav de la Peña Smirnov | 2020-10-29 |
| | |||
* | Remove smarttabs plugin | Yaroslav de la Peña Smirnov | 2020-10-17 |
| | | | | It was causing problems with HTML editing. | ||
* | 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 |
| | |||
* | added go language server | Yaroslav | 2020-10-06 |
| | |||
* | use clangd as language server for C/C++ | Yaroslav | 2020-09-29 |
| | |||
* | Add textwidth column | Yaroslav | 2020-09-29 |
| | | | | Also, set textwidth to 80 for Rust files | ||
* | show actual character count instead of bytes | Yaroslav | 2020-09-12 |
| | |||
* | Changes to file syntax config files | Yaroslav | 2020-09-12 |
| | | | | Mostly added syntax foldmethod to C, C++, and JS files. | ||
* | goyo shortcuts and config | Yaroslav | 2020-08-18 |
| | |||
* | added plugins for toml syntax and C/C++ omnicompletion | Yaroslav | 2020-08-18 |
| | |||
* | 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 | ||
* | added nerdtree and supertab plugins | Yaroslav | 2020-08-11 |
| | |||
* | added a couple of rust-related plugins | Yaroslav | 2020-08-11 |
| | |||
* | truncate statusline after git branch | Yaroslav | 2020-08-11 |
| | |||
* | General changes to vim rice | Yaroslav | 2020-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) | 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 |
| | |||
* | relative line numbers | Yaroslav | 2020-08-05 |
| | |||
* | more bindings available with russian layout | Yaroslav | 2020-06-08 |
| | |||
* | spell check and text width for markdown by default on | Yaroslav | 2020-06-02 |
| | |||
* | added shortcuts; made shortcuts more comfy to use with russian layout | Yaroslav | 2020-05-28 |
| | |||
* | 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 |
| | |||
* | proper jinja indentation and file detection | Yaroslav | 2020-03-28 |
| |