mirror of
https://github.com/dcarrillo/dotfiles.git
synced 2024-12-22 05:48:01 +00:00
[neovim] Add override builtin variable color for github_dark_dimmed theme
This commit is contained in:
parent
daef32ffe8
commit
6bd5f85550
@ -80,9 +80,16 @@ require("lazy").setup({
|
||||
enabled = false,
|
||||
},
|
||||
},
|
||||
styles = {
|
||||
comments = "italic",
|
||||
keywords = "italic",
|
||||
},
|
||||
}
|
||||
local specs = {
|
||||
github_dark_dimmed = {
|
||||
syntax = {
|
||||
builtin1 = "#96d0ff",
|
||||
},
|
||||
diagnostic = {
|
||||
error = "#dd6861",
|
||||
},
|
||||
@ -245,9 +252,9 @@ require("lazy").setup({
|
||||
"pmizio/typescript-tools.nvim",
|
||||
opts = {
|
||||
settings = {
|
||||
complete_function_calls = true
|
||||
}
|
||||
}
|
||||
complete_function_calls = true,
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
-- Markdown
|
||||
|
Loading…
Reference in New Issue
Block a user