Ching Pei Yang
3709b72382
fix: typo
2024-04-18 23:12:07 +02:00
93b6dbc422
docs: include DAGs section in configuring chapter
2024-04-18 22:04:01 +03:00
2d08f3ad39
docs: filter source by markdown
2024-04-18 21:07:19 +03:00
67927b5f65
docs: use --subst-var-by
instead of --replace-fair
2024-04-18 20:03:16 +03:00
ba9449c644
docs: reduce section depth in TOC
2024-04-18 20:03:15 +03:00
4beab0341f
docs: restructure documentation
2024-04-18 20:03:11 +03:00
2366ba3b67
docs: add release note entries for luaConfigBefore
& luaConfigAfter
2024-04-17 13:12:37 +03:00
jacekpoz
b93ce3ced8
plugins/nvim-cmp: add alwaysComplete option
...
Disabling this option makes the completion window not popup by default,
requiring manual activation.
2024-04-15 00:52:20 +02:00
534b837dab
docs: 0.6 release notes; update developer documentation
2024-04-14 15:36:23 +03:00
b928f0bc4e
docs: extract scrubDerivations
function from nmd
2024-04-14 14:20:02 +03:00
3861d9a161
flake: pass inputs
to docs
2024-04-09 10:02:58 +03:00
Ching Pei Yang
2be8db54d5
docs: developer docs on setupOpts
2024-04-06 20:33:31 +00:00
Ching Pei Yang
86443be8f1
docs: update release notes
2024-04-06 19:58:43 +00:00
Frothy
9a7087e53c
docs: add entry for option vim.binds.whichKey.register
2024-02-25 11:55:41 -05:00
Frothy
adde1f08e6
docs: add entry for rewritten fidget.nvim
module
2024-02-19 02:07:15 -05:00
Frothy
949a60c569
docs: add entry for vim.luaPackages
option
2024-02-17 18:14:15 -05:00
054ade0075
docs: add missing documentation entry; define renamed options
2024-02-15 09:16:22 +03:00
Elijah M. Immer
14cbc0bcb7
Theme: add rose-pine
...
Simply added the rose-pine input and added it as a theme.
2024-02-13 13:00:34 -08:00
Donnerinoern
d0f8e445ab
ui/colorizer: use new maintained fork
2024-02-10 13:21:20 +01:00
f94e6e12ec
statusline/lualine: avoid hardcoding config options
2024-01-26 21:16:56 +03:00
d47f45729f
languages: add css and tailwind language support
2024-01-24 21:53:28 +03:00
Donnerinoern
0bfefe9779
languages/markdown: fixed glow not working and added option for changing keybind
2024-01-18 20:04:17 +01:00
Donnerinoern
75d553bf64
languages/markdown: added marksman LSP
2024-01-18 20:02:45 +01:00
Donnerinoern
e8acabee78
Theme: Added Gruvbox
2024-01-18 11:41:26 +01:00
cffe399b85
docs: add presence.nvim deprecation notice
2024-01-16 14:06:01 +03:00
413eab8cfa
docs/manual: convert release notes to markdown
2024-01-03 02:13:41 +03:00
444bf0a9d2
docs/manual: remove header & footer from manual
2023-12-09 22:28:52 +03:00
78f21b75b7
docs: include manpages
2023-12-09 22:21:36 +03:00
e360a1c16c
docs: refactor
2023-12-09 22:03:58 +03:00
86a637e65c
docs: initialize 0.6 release notes
2023-11-28 14:18:44 +03:00
39e9e60386
docs: update changelog
2023-11-16 12:21:46 +03:00
f27ab70202
docs: update release notes & contributing guidelines
2023-11-06 11:24:33 +03:00
edb3724e64
docs: update xpointer for neovim-flake-options
2023-11-05 23:03:15 +03:00
3de5f1ba39
docs: use nixosOptionDocs
...
NixOS 23.11 is deprecating DocBook option documentation. Following home-manager in this change is probably a good idea
2023-11-04 14:30:04 +03:00
111f6c10a1
docs: update release notes
2023-10-26 15:08:00 +03:00
Kalle Jepsen
ed6e3f1ef0
docs/release-notes: list lualine changes
2023-10-24 09:32:10 +02:00
Ching Pei Yang
b01536c8ac
docs: update release notes
2023-10-23 18:53:51 +02:00
23bb43d6e4
docs/release-notes: add missing entries for v0.5 release notes
2023-10-23 16:29:07 +03:00
Kalle Jepsen
c693d2fbd4
lsp: make key bindings configurable
...
This exposes the keybindings for the lsp commands to the configuration
and maps a few more commands (e.g. `vim.lsp.buf.format()`) It also adds
a description to be picked up by whichkey to make the whichkey UX a bit
nicer (ie. we're now showing "Go to definition" instead of just
"vim.lsp.buf.definition()")
2023-10-22 22:42:55 +02:00
d835d6bd03
docs: update release notes
2023-10-22 01:25:21 +03:00
0631fccccf
Merge pull request #159 from ksonj/python-isort
...
languages/python: add black-and-isort formatter
2023-10-20 17:49:09 +03:00
b562e8579e
Merge pull request #152 from NotAShelf/feature/ci
...
CI: add more stict checking
2023-10-20 12:04:05 +03:00
e583a3596e
treewide: remove trailing whitespaces
2023-10-20 11:59:28 +03:00
Kalle Jepsen
e3b55d9798
languages/python: add black-and-isort formatter
...
Adds two additional formatters for python:
- isort, to only sort imports
- black-and-isort, which runs black + isort in a compatible manner
2023-10-20 09:58:03 +02:00
Kalle Jepsen
6cec86a97f
docs/release-notes: add new mappings for surround
2023-10-16 12:24:33 +02:00
Yoni FIRROLONI
4161589b56
languages/php: init
2023-10-10 12:12:57 +02:00
b7f722252c
docs/README: update logo alt
2023-10-03 23:45:35 +03:00
0c848869cf
docs/manual: add more details to existing documentation pages
2023-10-03 22:06:26 +03:00
96c568f99b
docs: fix rebase errors
2023-10-01 18:36:56 +03:00
90d172ae9d
docs/hacking: add missing URL macro
2023-10-01 18:29:35 +03:00