1
0
Fork 0
mirror of https://codeberg.org/Mo8it/dotfiles.git synced 2024-12-27 01:01:05 +00:00

Use JetBrainsMono

This commit is contained in:
Mo 2022-05-14 15:39:11 +02:00
parent e98460c016
commit 2b172b219e
2 changed files with 3 additions and 0 deletions

View file

@ -4,6 +4,7 @@ scrollback_lines 10000
wayland_titlebar_color black
font_family JetBrainsMono Nerd Font Mono
font_size 14.0
enable_audio_bell no

View file

@ -42,6 +42,8 @@ o.laststatus = 3
o.pumblend = 10
o.guifont = "JetBrainsMono Nerd Font Mono"
-- Highlight on yank
local function custom_highlight_on_yank()
return vim.highlight.on_yank({ timeout = 1200 })