mirror of
https://github.com/Cian-H/dotfiles.git
synced 2025-12-22 19:31:57 +00:00
This change allows the dotfiles to work with chezmoi (e.g: on windows) and improves grepability with neovim/telescope
17 lines
346 B
JSON
17 lines
346 B
JSON
{
|
|
"edit_mode": "vi",
|
|
"external_editor": "nvim",
|
|
"color_scheme": "default",
|
|
"syntax_theme": "inkpot",
|
|
"autoformat": true,
|
|
"autoinspect": true,
|
|
"autocomplete": true,
|
|
"enable_language_servers": true,
|
|
"accent_color": "#7aa2f7",
|
|
"show_file_icons": true,
|
|
"notebook": {
|
|
"show_side_bar": true,
|
|
"background_pattern": 5
|
|
}
|
|
}
|