[profiles/desktop] change desktop profile

This commit is contained in:
2026-02-21 07:10:34 +01:00
parent 78e0489d16
commit 27630b1f86
2 changed files with 4 additions and 1 deletions

View File

@@ -112,3 +112,6 @@ vim.opt.cinoptions:append({ 'N-s' })
vim.g.html_indent_autotags = 'html,thead,tbody,tfoot'
vim.g.html_indent_script1 = 'auto'
vim.g.html_indent_style1 = 'auto'
-- set cursor
vim.opt.guicursor = "n-v-c:block,i-ci-ve:ver25,r-cr:hor20,o:hor50"