Add config for Lapce

Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
Severin Kaderli 2023-02-02 20:58:44 +01:00
parent fc02ce3e88
commit e952895d38
Signed by: severinkaderli
GPG key ID: F419F8835B72F0C4
4 changed files with 27 additions and 0 deletions

5
.gitignore vendored
View file

@ -26,6 +26,11 @@ system/.config/task/localrc
system/.config/Element/* system/.config/Element/*
!system/.config/Element/config.json !system/.config/Element/config.json
# Lapce
system/.config/lapce-stable/*
!system/.config/lapce-stable/keymaps.toml
!system/.config/lapce-stable/settings.toml
# Desktop files # Desktop files
system/.local/share/applications/jetbrains-*.desktop system/.local/share/applications/jetbrains-*.desktop
system/.local/share/applications/discord-*.desktop system/.local/share/applications/discord-*.desktop

View file

@ -32,6 +32,7 @@ CONFIG_LINKED_FILES_HOME=(
".config/gtk-3.0" ".config/gtk-3.0"
".config/httpie" ".config/httpie"
".config/kanshi" ".config/kanshi"
".config/lapce-stable"
".config/maven" ".config/maven"
".config/mopidy" ".config/mopidy"
".config/mpd" ".config/mpd"

View file

@ -0,0 +1,10 @@
[[keymaps]]
command = "duplicate_line_down"
mode = "i"
key = "Ctrl+d"
[[keymaps]]
command = "-duplicate_line_down"
mode = "i"
key = "Alt+Shift+ArrowDown"

View file

@ -0,0 +1,11 @@
[ui]
font-family = "Inter"
font-size = 14
[editor]
font-family = "Iosevka"
font-size = 14
scroll-beyond-last-line = false
[core]
custom-titlebar = false