mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 00:25:42 +02:00
treewide: format with latest nixfmt
This commit is contained in:
parent
c6080c206e
commit
ae78face8d
22 changed files with 100 additions and 185 deletions
|
@ -94,17 +94,8 @@ lib.nixvim.neovim-plugin.mkNeovimPlugin {
|
|||
(
|
||||
old: new:
|
||||
lib.mkRenamedOptionModule
|
||||
[
|
||||
"colorschemes"
|
||||
"catppuccin"
|
||||
old
|
||||
]
|
||||
[
|
||||
"colorschemes"
|
||||
"catppuccin"
|
||||
"settings"
|
||||
new
|
||||
]
|
||||
[ "colorschemes" "catppuccin" old ]
|
||||
[ "colorschemes" "catppuccin" "settings" new ]
|
||||
)
|
||||
{
|
||||
showBufferEnd = "show_end_of_buffer";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue