add zed config and update submodules
This commit is contained in:
parent
e3a7211697
commit
a8fed5c0f8
3 changed files with 19 additions and 3 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -5,9 +5,6 @@
|
||||||
path = dot_config/nvim/pack/plugins/start/telescope
|
path = dot_config/nvim/pack/plugins/start/telescope
|
||||||
url = https://github.com/nvim-telescope/telescope.nvim
|
url = https://github.com/nvim-telescope/telescope.nvim
|
||||||
branch = 0.1.x
|
branch = 0.1.x
|
||||||
[submodule "dot_config/nvim/pack/plugins/start/plenary"]
|
|
||||||
path = dot_config/nvim/pack/plugins/start/plenary
|
|
||||||
url = https://github.com/nvim-lua/plenary.nvim
|
|
||||||
[submodule "dot_config/nvim/pack/plugins/start/coq_nvim"]
|
[submodule "dot_config/nvim/pack/plugins/start/coq_nvim"]
|
||||||
path = dot_config/nvim/pack/plugins/start/coq_nvim
|
path = dot_config/nvim/pack/plugins/start/coq_nvim
|
||||||
url = https://github.com/ms-jpq/coq_nvim
|
url = https://github.com/ms-jpq/coq_nvim
|
||||||
|
|
1
dot_config/zed/symlink_settings.json.tmpl
Normal file
1
dot_config/zed/symlink_settings.json.tmpl
Normal file
|
@ -0,0 +1 @@
|
||||||
|
{{ .chezmoi.sourceDir }}/zed/settings.json
|
18
zed/settings.json
Normal file
18
zed/settings.json
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
// Zed settings
|
||||||
|
//
|
||||||
|
// For information on how to configure Zed, see the Zed
|
||||||
|
// documentation: https://zed.dev/docs/configuring-zed
|
||||||
|
//
|
||||||
|
// To see all of Zed's default settings without changing your
|
||||||
|
// custom settings, run the `open default settings` command
|
||||||
|
// from the command palette or from `Zed` application menu.
|
||||||
|
{
|
||||||
|
"ui_font_size": 17,
|
||||||
|
"buffer_font_size": 16,
|
||||||
|
"theme": {
|
||||||
|
"mode": "system",
|
||||||
|
"light": "One Light",
|
||||||
|
"dark": "Catppuccin Frappé"
|
||||||
|
},
|
||||||
|
"vim_mode": true
|
||||||
|
}
|
Loading…
Reference in a new issue