README: Format
README: Add notice about not using Neovim anymore
LICENSE: Rename to COPYING
Note that I don't use Neovim anymore so don't expect too much update. Feel free to fork or send patches though.
Dark colors scheme for Neovim
Have a look at kosmikoa.extras for config for terminal and other tools
Use your favorite plugin manager, e.g.
packer.nvim
use {
'https://git.sr.ht/~novakane/kosmikoa.nvim',
-- you can require it directly here
config = function()
require'kosmikoa'
end,
}
lua require 'kosmikoa'
or
colorscheme kosmikoa
Tree-sitter
parsersA lot of plugins should be good if they link colors to defaults neovim groups.
For patches, questions or discussion send a plain text mail to my
public inbox ~novakane/public-inbox@lists.sr.ht with project
prefix set to kosmikoa.nvim
:
git config sendemail.to "~novakane/public-inbox@lists.sr.ht"
git config format.subjectPrefix "PATCH kosmikoa.nvim"
See here for some great resource on how to use git send-email
if you're not used to it, and my wiki.
Format the code with StyLua.
I mostly use c
, zig
, lua
and sh
so if you want to improve other
languages feel free to send a patch or a request so I can look a it.