mirror of
https://codeberg.org/Mo8it/dotfiles.git
synced 2024-12-30 22:13:39 +00:00
Use JetBrainsMono
This commit is contained in:
parent
e98460c016
commit
2b172b219e
2 changed files with 3 additions and 0 deletions
|
@ -4,6 +4,7 @@ scrollback_lines 10000
|
||||||
|
|
||||||
wayland_titlebar_color black
|
wayland_titlebar_color black
|
||||||
|
|
||||||
|
font_family JetBrainsMono Nerd Font Mono
|
||||||
font_size 14.0
|
font_size 14.0
|
||||||
|
|
||||||
enable_audio_bell no
|
enable_audio_bell no
|
||||||
|
|
|
@ -42,6 +42,8 @@ o.laststatus = 3
|
||||||
|
|
||||||
o.pumblend = 10
|
o.pumblend = 10
|
||||||
|
|
||||||
|
o.guifont = "JetBrainsMono Nerd Font Mono"
|
||||||
|
|
||||||
-- Highlight on yank
|
-- Highlight on yank
|
||||||
local function custom_highlight_on_yank()
|
local function custom_highlight_on_yank()
|
||||||
return vim.highlight.on_yank({ timeout = 1200 })
|
return vim.highlight.on_yank({ timeout = 1200 })
|
||||||
|
|
Loading…
Reference in a new issue