1
0
Fork 0

nvim: guifont

This commit is contained in:
Vladimír Dudr 2022-09-16 14:11:13 +02:00
parent 261ea2533c
commit c068f27164

View file

@ -461,9 +461,9 @@ kommentary_config.configure_language("php", { prefer_single_line_comments = true
-- kommentary }}}
-- NEORAY {{{
vim.o.guifont="Noto Sans Mono:14h"
vim.cmd [[
if exists('g:neoray')
set guifont=Go_Mono:h11
NeoraySet CursorAnimTime 0
NeoraySet Transparency 0.95
NeoraySet TargetTPS 120
@ -525,7 +525,7 @@ nls.setup({
}
},
"fully_qualified_strict_types":false
} ]] }
} ]] }
}),
nls.builtins.diagnostics.shellcheck,
nls.builtins.formatting.eslint,