summary refs log tree commit diff
path: root/.vim/lua/colors.lua (follow)
Commit message (Collapse)AuthorAgeFilesLines
* vim: adjust colorschemeRobert Günzler2022-02-081-9/+8
|
* vim: add terminal colorsRobert Günzler2022-02-081-0/+18
|
* vim: fix builtin diagnosticsRobert Günzler2022-02-081-22/+18
|
* vim: replace spinner with lsp-statusRobert Günzler2022-02-081-0/+1
|
* vim: use new vim.ui funcs (neovim 0.6.0)Robert Günzler2021-12-071-17/+21
|
* vim: replace signify with gitsigns + add impatientRobert Günzler2021-12-071-7/+7
|
* vim: move spell config to central placeRobert Günzler2021-12-071-2/+5
|
* vim: startify -> alphaRobert Günzler2021-11-021-0/+2
|
* vim: update colorsRobert Günzler2021-11-021-16/+39
|
* vim: bring lightbulb to statuslineRobert Günzler2021-11-021-0/+1
|
* vim: add colors to statuslineRobert Günzler2021-08-311-1/+4
|
* vim: cleanup configRobert Günzler2021-07-291-130/+95
|
* vim: update signify configurationRobert Günzler2021-06-111-7/+7
|
* vim: statusline tweaksRobert Günzler2021-05-311-3/+18
|
* vim: updateRobert Günzler2021-04-261-0/+311
* adds colors * neuron.nvim config * etc.