Add custom coc-settings.json

This commit is contained in:
2021-06-16 16:29:32 -05:00
parent cee9af49cc
commit 4749f355f3
4 changed files with 33 additions and 0 deletions

View File

@@ -31,3 +31,7 @@ vimrc = { source = "vimrc", target = ".vimrc" }
# tmux
tmux = { source = "tmux", target = ".config/tmux" }
tmux_conf = { source = "tmux.conf", target = ".tmux.conf" }
# git
git_templates = { source = "git-templates", target = ".git-templates" }
gitignore = { source = "gitignore", target = ".gitignore" }