Add config for pgcli and blender

This commit is contained in:
Daniel Flanagan 2021-11-08 23:41:55 -06:00
parent 2573d63ae5
commit 4c032ab8c1
Signed by: lytedev
GPG Key ID: 5B2020A0F9921EF4
4 changed files with 9 additions and 0 deletions

View File

@ -50,9 +50,11 @@ l common/kak $c/kak
l common/gpg/agent.conf $h/.gnupg/gpg-agent.conf
l common/htop/rc $c/htop/htoprc
l common/kitty $c/kitty
l common/pgcli $c/pgcli
l common/mutt/rc $h/.muttrc
l common/git/config $h/.gitconfig
l common/elixir/iex.exs $h/.iex.exs
l common/blender/userpref.blend $c/blender/2.93/config/userpref.blend
popd
for s in $c/lytedev-env/*/dotfiles-setup.d.fish

Binary file not shown.

View File

@ -1,6 +1,10 @@
{
"coc.preferences.formatOnSaveFiletypes": ["elixir", "ex", "exs", "typescript", "css", "markdown"],
"languageserver": {
"nim": {
"command": "nimlsp",
"filetypes": ["nim"]
},
"arduino": {
"command":"/home/daniel/.home/.go/bin/arduino-language-server",
"rootPatterns":["*.ino"],

3
common/pgcli/config Normal file
View File

@ -0,0 +1,3 @@
[main]
expand = True
enable_pager = False