Commit graph

25 commits

Author SHA1 Message Date
Alexander Nortung
b1f99f2f08
Set globals before plugin setup (#27)
* Set globals before plugin setup

* added extraLuaPreConfig and extraLuaPostConfig

* made colorscheme execute in lua
2022-07-28 15:04:15 +01:00
Alexander Nortung
a4aefb2239
added nord colorscheme (#23)
* added nord colorscheme

* nord theme: only add the italics global if set

* Set colorscheme after globals
2022-07-14 11:28:07 +01:00
Alexander Nortung
e246034491
Check if colorscheme is set to null (#21) 2022-07-11 19:50:51 +01:00
Pedro Alves
c298e98002 bugfix: fix #17 2022-05-03 17:43:52 +01:00
Pedro Alves
eef84178ab docs: Add basic documentation system based on nmd
You can now run `nix build '.#docs'` to build HTML documentation
documenting every single option on nixvim! Fortunately, thanks to
the 'description' field, most options are already documented, but
there are still a fair few that need documenting.

I will be taking care of those in the next few days. When those are
done, I will find a way to automatically rebuild documentation on every
repo push, and also add a PR hook requiring documentation.

Additionally, I will try to find a way to have per-page plugin docs.
2022-01-12 01:44:51 +00:00
Pedro Alves
69cf1b6204 core: add description field to mappings
This is paving the way for which-key support!
2022-01-10 19:50:13 +00:00
Pedro Alves
aa78a78331 nixvim: fix bug with submodule maps 2021-11-22 14:20:15 +00:00
Pedro Alves
da8e5a4736 core: don't disable language extensions 2021-03-19 15:10:47 +00:00
Pedro Alves
7aa8c22138 Fix home-manager usage again 2021-03-19 09:30:00 +00:00
Pedro Alves
affcf5af47 Fix home-manager usage 2021-03-19 09:19:13 +00:00
Pedro Alves
c3fc078107 one: init colorscheme 2021-03-17 22:53:04 +00:00
Pedro Alves
657e5e6efb Revert removal of types.anything, that broke mkIf 2021-02-10 14:23:44 +00:00
Pedro Alves
0abdb5f01b Support nix-on-droid 2021-02-09 00:03:28 +00:00
Pedro Alves
d9b2c8c9be Don't override home-manager's defaults 2021-02-08 22:45:02 +00:00
Pedro Alves
c490e4c59c Improve compatibility 2021-02-08 20:01:20 +00:00
Pedro Alves
ba79ba0652 nvim-lsp: create nvim LSP plugin 2021-02-01 15:54:53 +00:00
Pedro Alves
9c13cb407b Fix typo in lua code 2021-02-01 14:54:25 +00:00
Pedro Alves
ac189ed7ce Allow for tables in options 2021-02-01 14:50:05 +00:00
Pedro Alves
9c407ac252 New commit to fool nix 2021-01-25 17:24:49 +00:00
Pedro Alves
62785421a4 Try to use home-manager 2021-01-25 17:22:02 +00:00
Pedro Alves
a0fe9e6ca4 Add gitgutter 2021-01-07 16:06:39 +00:00
Pedro Alves
0586bed5ad Add support for mappings 2021-01-05 16:11:56 +00:00
Pedro Alves
7122ccd208 add vim-airline 2021-01-05 11:27:39 +00:00
Pedro Alves
005df95e7b create helpers.toLuaObject 2021-01-02 16:53:38 +00:00
Pedro Alves
2c9631997f Initial commit 2020-12-30 01:11:23 +00:00