Skip to content

Commit

Permalink
Keymap: merge main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
MonaMayrhofer committed Aug 10, 2023
2 parents c4b260b + 7888bab commit cb68e6e
Show file tree
Hide file tree
Showing 15 changed files with 798 additions and 825 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ All documentation is done with [asciidoc](https://asciidoc.org/). The following

Updating or adding plugins should reference the [update tracking issue](https://github.com/jordanisaacs/neovim-flake/issues/33) in the commit message. This is so the issue can serve as a quick feed of plugin update history. Add `#33` to the commit.

All new vim plugins should be specified as inputs to the flake, please do not use nixpkgs. Keeping the plugins pinned lets us painlessly update nixpkgs.
All new vim plugins should be specified as inputs to the flake, please do not use nixpkgs. Keeping the plugins pinned lets us painlessly update nixpkgs. The inputs should be prefixed with `plugin-` to allow the flake to automatically make them usable to the module system.

## Style

Expand Down
6 changes: 6 additions & 0 deletions docs/release-notes/rl-0.1.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,12 @@ vim.luaConfigRC = lib.nvim.dag.entryAnywhere "config here"

* Add support for extending configurations. See docs for more details.

* Removed the deprecated `openOnStartup` option from nvim-tree-lua

* Added support for `statix` and `deadnix` through <<opt-vim.languages.nix.extraDiagnostics.types>>

* Plugin inputs are now prefixed with `plugin-` to allow autodiscovery of them

https://github.com/MoritzBoehme[MoritzBoehme]:

* `catppuccin` theme is now available as a neovim theme <<opt-vim.theme.style>> and lualine theme <<opt-vim.statusline.lualine.theme>>.
Expand Down
Loading

0 comments on commit cb68e6e

Please sign in to comment.