	           +-----------------------------------+
                   | Giving credit where credit is due |
	           +-----------------------------------+

Updated version (2023-10-25):

- most of the customizations below were either integrated right into the
  init.lua or after/ftplugin/*.vim files, with due credits.
- a few plugins are now loaded as opt plugins to avoid deduplicating code in
  my autoload/.
- no more lua/ folder.
- the colorscheme is from [8], with minor modifications (transparent
  background, debug highlight group).

--------------------------------------------------------------------------------

Updated version (2024-02-07)

- removed various stuff that I barely used once a month (colorizer, dasht,
  neogen, orgmode)
- updated functions, mappings and autocommands to account for new
  functionalities and API breaking changes from latest release (0.10)
- now use built-in colorscheme with minor fixes
- use custom handlers for LSP-related stuff

--------------------------------------------------------------------------------

Most of Vimscript and Lua files were written from scratch by myself, with
various help from Stack Overflow, Reddit, GitHub wikis, blog posts -- that's why
they invented the internet, right? --  except in the following cases:

- completion.lua, jump.lua and surround.lua are taken from [1] (defunct)
- statusline.lua is inspired by [2]
- nord/ is my own customization of [3] (defunct)
- misc#Cheatdebug in autoload/ is inspired by [4] (defunct)
- gitbranch.vim in autoload/ from [5] (defunct)
- colors/*.vim derived from zenbones [6] (defunct)
- many small utilities in lua/ (Grep, sort, etc.) are from Strager [7]
- code for Racket and Org filetypes were taken from the corresponding Vim
  plugins available on GitHub (defunct)

Items marked defunct are no longer present in this config. I don't even have a
copy of previous configs, so this is just for memory.

2024-07-02 chl <chl@aliquote.org>

[1] https://github.com/echasnovski/mini.nvim
[2] https://zignar.net/2022/01/21/a-boring-statusline-for-neovim/
[3] https://github.com/shaunsingh/nord.nvim
[4] https://github.com/lifepillar/vim-cheat40
[5] https://github.com/itchyny/vim-gitbranch
[6] https://github.com/mcchrish/zenbones.nvim
[7] https://github.com/strager/dotfiles
[8] https://github.com/mcchrish/zenbones.nvim
