mirror of
https://github.com/neovide/neovide.git
synced 2026-09-10 07:16:25 -04:00
release: 0.12.0
This commit is contained in:
parent
5456bdf2f4
commit
af9869bd6d
2
Cargo.lock
generated
2
Cargo.lock
generated
|
|
@ -1465,7 +1465,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "neovide"
|
||||
version = "0.11.2"
|
||||
version = "0.12.0"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"approx",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "neovide"
|
||||
version = "0.11.2"
|
||||
version = "0.12.0"
|
||||
edition = "2021"
|
||||
build = "build.rs"
|
||||
resolver = "2"
|
||||
|
|
@ -107,7 +107,7 @@ debug = true
|
|||
name = "Neovide"
|
||||
identifier = "com.neovide.neovide"
|
||||
icon = ["assets/neovide.ico"]
|
||||
version = "0.11.2"
|
||||
version = "0.12.0"
|
||||
resources = []
|
||||
copyright = "Copyright (c) Neovide Contributors 2023. All rights reserved."
|
||||
category = "Productivity"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
name: neovide # you probably want to 'snapcraft register <name>'
|
||||
base: core20 # the base snap is the execution environment for this snap
|
||||
version: "0.11.2+git"
|
||||
version: "0.12.0+git"
|
||||
summary: The snappiest vim editor you are likely to find.
|
||||
description: |
|
||||
This is a simple graphical user interface for Neovim. Where possible there are some graphical improvements,
|
||||
|
|
|
|||
|
|
@ -70,7 +70,7 @@ Can not be used together with `--size`, or `--grid`.
|
|||
|
||||
```
|
||||
|
||||
**Unreleased yet.**
|
||||
**Available since 0.12.0.**
|
||||
|
||||
Sets the initial grid size of the window. If no value is given, it defaults to
|
||||
columns/lines from `init.vim/lua`, see
|
||||
|
|
|
|||
|
|
@ -219,7 +219,7 @@ vim.g.neovide_light_angle_degrees = 45
|
|||
vim.g.neovide_light_radius = 5
|
||||
```
|
||||
|
||||
**Unreleased yet.**
|
||||
**Available since 0.12.0.**
|
||||
|
||||
Setting `g:neovide_floating_shadow` to false will disable the shadow borders for floating windows.
|
||||
The other variables configure the shadow in various ways:
|
||||
|
|
@ -267,7 +267,7 @@ encouraged in order to tune it to your liking.
|
|||
|
||||
#### Far scroll lines
|
||||
|
||||
**Unreleased yet.**
|
||||
**Available since 0.12.0.**
|
||||
|
||||
VimScript:
|
||||
|
||||
|
|
@ -317,7 +317,7 @@ Lua:
|
|||
vim.g.neovide_underline_stroke_scale = 1.0
|
||||
```
|
||||
|
||||
**Unreleased yet.**
|
||||
**Available since 0.12.0.**
|
||||
|
||||
Setting `g:neovide_underline_stroke_scale` to a floating point will increase or decrease the stroke
|
||||
width of the underlines (including undercurl, underdash, etc.). If the scaled stroke width is less
|
||||
|
|
@ -360,7 +360,7 @@ Lua:
|
|||
vim.g.neovide_unlink_border_highlights = true
|
||||
```
|
||||
|
||||
**Unreleased yet.**
|
||||
**Available since 0.12.0.**
|
||||
|
||||
Neovide uses some highlight groups for detecting the border of the windows, when scrolling. This
|
||||
detection is not perfect due to some limitations of Neovim, it only returns the final highlight
|
||||
|
|
|
|||
Loading…
Reference in a new issue