add helix config
This commit is contained in:
parent
3fffa9d78e
commit
7e4da5dff9
3 changed files with 63 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ header = ".dotter/handlebars_helpers/header.rhai"
|
|||
|
||||
# CLI package
|
||||
[cli]
|
||||
depends = ["nvim", "zsh", "fzf", "starship"]
|
||||
depends = ["helix", "nvim", "zsh", "fzf", "starship"]
|
||||
|
||||
[cli.variables]
|
||||
nerd_font = "JetBrainsMono"
|
||||
|
|
@ -45,6 +45,9 @@ depends = ["rust"]
|
|||
[nushell.files]
|
||||
"config/nushell" = "~/.config/nushell"
|
||||
|
||||
[helix.files]
|
||||
"config/helix" = "~/.config/helix"
|
||||
|
||||
[nvim.files]
|
||||
"config/nvim" = "~/.config/nvim"
|
||||
[nvim.files."config/nvim/lua/aleidk/lazy.lua"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue