mirror of
https://github.com/Cian-H/dotfiles.git
synced 2026-08-02 16:03:21 +01:00
Changed . token to _dot
This change allows the dotfiles to work with chezmoi (e.g: on windows) and improves grepability with neovim/telescope
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"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
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user