Add config for pgcli and blender
This commit is contained in:
parent
2573d63ae5
commit
4c032ab8c1
|
@ -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
|
||||
|
|
BIN
common/blender/userpref.blend
Normal file
BIN
common/blender/userpref.blend
Normal file
Binary file not shown.
|
@ -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
3
common/pgcli/config
Normal file
|
@ -0,0 +1,3 @@
|
|||
[main]
|
||||
expand = True
|
||||
enable_pager = False
|
Reference in a new issue