Files
dotfiles/dot_config/euporie/config.json
Cian Hughes 896af887ca Changed . token to _dot
This change allows the dotfiles to work with chezmoi (e.g: on windows)
and improves grepability with neovim/telescope
2024-11-07 13:52:17 +00:00

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
}
}