feat: add additional configuration options to dashboard settings
This commit is contained in:
@@ -81,12 +81,6 @@ function M.setup_indent_highlight()
|
||||
},
|
||||
scope = {
|
||||
enabled = false,
|
||||
-- show_start = true,
|
||||
-- highlight = {
|
||||
-- "IndentsScopeHighlight",
|
||||
-- "IndentsScopeHighlight",
|
||||
-- },
|
||||
-- char = vim.g.scope_char or data.types.ibl.scope_char.hard,
|
||||
},
|
||||
exclude = {
|
||||
filetypes = data.types.highlights.exclude,
|
||||
@@ -115,9 +109,6 @@ function M.setup_indent_highlight()
|
||||
},
|
||||
})
|
||||
|
||||
-- Set colorcolumn
|
||||
vim.cmd(":set colorcolumn=120")
|
||||
|
||||
-- Set NeoCodeium suggestion highlight
|
||||
vim.api.nvim_set_hl(0, "NeoCodeiumSuggestion", { link = "Comment" })
|
||||
|
||||
|
||||
Reference in New Issue
Block a user