mirror of
https://github.com/pratiktri/dotfiles.git
synced 2026-02-04 16:41:43 +05:30
chore(neovim/vim): Minor fixes
This commit is contained in:
@@ -30,6 +30,7 @@ return {
|
||||
vim.cmd(string.format([[highlight Headline6Fg cterm=bold gui=bold guifg=%s]], color6_bg))
|
||||
end,
|
||||
opts = {
|
||||
latex = { enabled = false },
|
||||
preset = "obsidian",
|
||||
code = {
|
||||
sign = false,
|
||||
|
||||
@@ -18,4 +18,4 @@ let g:qs_highlight_on_keys = ['f', 'F', 't', 'T']
|
||||
" Quickscope in VSCode
|
||||
" https://github.com/vscode-neovim/vscode-neovim/wiki/Plugins#quick-scope
|
||||
highlight QuickScopePrimary guifg='#afff5f' gui=underline ctermfg=155 cterm=underline
|
||||
highlight QuickScopeSecondary guifg='#5fffff' gui=underline ctermfg=81 cterm=underline
|
||||
highlight QuickScopeSecondary guifg='#00C7DF' gui=underline ctermfg=81 cterm=underline
|
||||
|
||||
Reference in New Issue
Block a user