[profiles/desktop] change desktop profile
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
[env]
|
[env]
|
||||||
TERM = 'xterm-256color'
|
TERM = 'alacritty'
|
||||||
|
|
||||||
[cursor]
|
[cursor]
|
||||||
style = 'Block'
|
style = 'Block'
|
||||||
|
|||||||
@@ -112,3 +112,6 @@ vim.opt.cinoptions:append({ 'N-s' })
|
|||||||
vim.g.html_indent_autotags = 'html,thead,tbody,tfoot'
|
vim.g.html_indent_autotags = 'html,thead,tbody,tfoot'
|
||||||
vim.g.html_indent_script1 = 'auto'
|
vim.g.html_indent_script1 = 'auto'
|
||||||
vim.g.html_indent_style1 = '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"
|
||||||
|
|||||||
Reference in New Issue
Block a user