add zed editor and helix changes
This commit is contained in:
parent
799f03b76a
commit
39b90dff95
2 changed files with 2 additions and 0 deletions
|
|
@ -39,6 +39,7 @@ in {
|
||||||
typst
|
typst
|
||||||
xclip
|
xclip
|
||||||
uv
|
uv
|
||||||
|
zed-editor
|
||||||
|
|
||||||
haskellPackages.ghc
|
haskellPackages.ghc
|
||||||
haskellPackages.cabal-install
|
haskellPackages.cabal-install
|
||||||
|
|
|
||||||
|
|
@ -7,6 +7,7 @@ in {
|
||||||
settings = {
|
settings = {
|
||||||
theme = "catppuccin_${flavor}";
|
theme = "catppuccin_${flavor}";
|
||||||
editor = {
|
editor = {
|
||||||
|
completion-timeout = 5;
|
||||||
clipboard-provider = "wayland";
|
clipboard-provider = "wayland";
|
||||||
cursor-shape = {
|
cursor-shape = {
|
||||||
normal = "block";
|
normal = "block";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue