Commit Graph

76 Commits

Author SHA1 Message Date
NotAShelf 86a637e65c
docs: initialize 0.6 release notes 2023-11-28 14:18:44 +03:00
NotAShelf 39e9e60386
docs: update changelog 2023-11-16 12:21:46 +03:00
NotAShelf f27ab70202
docs: update release notes & contributing guidelines 2023-11-06 11:24:33 +03:00
NotAShelf 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
NotAShelf 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
NotAShelf d835d6bd03
docs: update release notes 2023-10-22 01:25:21 +03:00
NotAShelf 0631fccccf
Merge pull request #159 from ksonj/python-isort
languages/python: add black-and-isort formatter
2023-10-20 17:49:09 +03:00
NotAShelf b562e8579e
Merge pull request #152 from NotAShelf/feature/ci
CI: add more stict checking
2023-10-20 12:04:05 +03:00
NotAShelf 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
NotAShelf c223d49274
docs: fix build failures 2023-10-01 18:29:34 +03:00
NotAShelf f432a364f1
docs/release-notes: fix invalid option reference 2023-10-01 18:29:33 +03:00
NotAShelf e1e4922aa5
docs/release-notes: minor styling changes 2023-10-01 18:29:07 +03:00
Ching Pei Yang 4f0da75ce3 doc: update release notes 2023-09-23 15:38:01 +02:00
NotAShelf 0a1a12e778
Merge pull request #134 from horriblename/optional-lsp-installation 2023-09-23 13:19:14 +03:00
Ching Pei Yang 7d8cc1ec20 doc: update release notes 2023-09-23 03:26:41 +02:00
jacekpoz 6d53aa7b05
chore: update changelog 2023-09-21 12:26:10 +02:00
NotAShelf 1eb734ff8f
docs: add missing documentation entry for `visuals.cursorWordline` changes 2023-08-18 17:50:38 +03:00
Yavor Kolev 97764f6140
Merge branch 'NotAShelf:main' into overhaul-spell 2023-08-11 16:56:47 +03:00
AmanSe 1a96793750
docs: add release note entry 2023-08-09 17:07:43 +05:30
yavko 24c4a08983
docs(release_notes): add spellchecking change note 2023-08-06 14:26:33 +03:00
NotAShelf c9509d5b09
docs: document custom package usage 2023-08-02 09:53:07 +03:00
NotAShelf f0dffff72e
feat: rewrite nvimtree configuration and rename nvimTreeLua to nvimTree
WARNING: breaking change - see #109
2023-07-31 13:50:10 +03:00
NotAShelf e35613d004
Merge branch 'main' into feature/nix-diagnostics 2023-07-31 13:41:27 +03:00
NotAShelf 35f3be1306
feat(languages/nix): statix & deadnix diagnostics 2023-07-31 13:34:55 +03:00
NotAShelf da86a1f5bf
Merge branch 'main' of github.com:NotAShelf/neovim-flake into dev/extend-filetree 2023-07-31 08:17:18 +03:00
NotAShelf f3591fb431
docs: add release note entry 2023-07-30 19:58:27 +03:00
NotAShelf 32a13428ec
docs: add missing documentation entries 2023-07-30 19:20:38 +03:00
NotAShelf 72a715b1bd
docs: update previous nvimTreeLua reference in docs to match the new module name 2023-07-30 11:41:44 +03:00
yavko 4ad86e9860
docs(release_notes): add denols note 2023-07-30 00:47:44 +03:00
NotAShelf 9f29552537
docs: add breadcrumbs to the release notes 2023-07-28 16:09:28 +03:00
NotAShelf 4dfd36e157
docs: document extraPlugins usage and add missing documentation entries 2023-07-28 12:30:15 +03:00
NotAShelf 3c07796010
docs: add missing changelog entry for copilot in nvim-cmp completions 2023-07-24 17:29:58 +03:00
AmanSe 38fcf69882
update obsidian plugin release notes 2023-07-20 23:10:40 +05:30
Ching Pei Yang 8c59ce32cf update release notes 2023-07-20 14:04:46 +02:00
Ching Pei Yang 86237bfd2d feat: add transparency support for tokyonight
docs: update release notes
2023-07-17 23:39:34 +02:00
NotAShelf ef3a132a09
docs: finalize v0.4 release notes 2023-07-16 11:40:07 +03:00
NotAShelf 5e0a9b1d07
Merge pull request #88 from NotAShelf/prettier-daemon
prettier daemon
2023-07-11 23:13:22 +03:00
NotAShelf 8cda01b885
feat: add prettierd as an alternative to prettier 2023-07-11 22:54:22 +03:00
Ching Pei Yang 18e95533d6 update docs 2023-06-27 00:28:54 +02:00
Ching Pei Yang e4c2c3dfe4 update docs 2023-06-26 12:31:51 +02:00
NotAShelf c290c2adc3
docs: update 0.4 release notes 2023-06-06 03:25:16 +03:00
NotAShelf 294b712c15
docs: clean up documentation directory 2023-06-06 03:01:44 +03:00
NotAShelf c6bcc873a6
docs: update release notes 2023-06-04 10:37:27 +03:00
NotAShelf f1f4b80c59
docs: fix documentation 2023-06-04 09:38:46 +03:00