mirror of
https://github.com/nix-community/home-manager.git
synced 2025-03-09 10:16:55 +00:00
Adds the 'programs.lapce' module for configuring lapce text editor. Options for settings, plugins and keymaps are available.
17 lines
347 B
TOML
17 lines
347 B
TOML
[core]
|
|
color-theme = "Custom"
|
|
custom-titlebar = false
|
|
icon-theme = "Material Icons"
|
|
|
|
[editor]
|
|
bracket-pair-colorization = true
|
|
cursor-surrounding-lines = 4
|
|
font-family = "FiraCode Nerd Bold Font, monospace"
|
|
font-size = 22
|
|
highlight-matching-brackets = true
|
|
render-whitespace = "all"
|
|
tab-width = 2
|
|
|
|
[ui]
|
|
font-size = 20
|
|
open-editors-visible = false
|