Update nvim config

This commit is contained in:
Grafcube 2023-12-20 13:30:11 +05:30
parent 519ac07a20
commit 32ee8e81d0
Signed by: grafcube
GPG Key ID: E383688F2878A440
2 changed files with 1 additions and 6 deletions

View File

@ -19,11 +19,6 @@ return {
pattern = { "markdown", "tex" },
command = "set tw=80",
},
{
{ "BufEnter" },
pattern = "*",
command = 'let @/ = ""',
},
{
{ "CursorHold", "CursorHoldI" },
pattern = "*",

View File

@ -33,6 +33,6 @@ return {
}
},
o = {
guifont = "JetBrainsMono Nerd Font Mono:h13",
guifont = "JetBrainsMono NFM:h13",
}
}