mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-08-29 14:18:17 +02:00
Updated 7. Example Custom Plugins (markdown)
parent
b9e669a6bd
commit
d3cd081e3c
1 changed files with 15 additions and 0 deletions
|
@ -1674,6 +1674,21 @@ return {
|
||||||
priority = 1000, -- Ensure it loads first
|
priority = 1000, -- Ensure it loads first
|
||||||
config = function()
|
config = function()
|
||||||
require("onedarkpro").setup({
|
require("onedarkpro").setup({
|
||||||
|
styles = {
|
||||||
|
types = "NONE",
|
||||||
|
methods = "NONE",
|
||||||
|
numbers = "NONE",
|
||||||
|
strings = "NONE",
|
||||||
|
comments = "italic",
|
||||||
|
keywords = "bold,italic",
|
||||||
|
constants = "NONE",
|
||||||
|
functions = "italic",
|
||||||
|
operators = "NONE",
|
||||||
|
variables = "NONE",
|
||||||
|
parameters = "NONE",
|
||||||
|
conditionals = "italic",
|
||||||
|
virtual_text = "NONE",
|
||||||
|
},
|
||||||
colors = {
|
colors = {
|
||||||
-- red = "#FF0000",
|
-- red = "#FF0000",
|
||||||
bg_statusline = "#282c34",
|
bg_statusline = "#282c34",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue