diff options
author | xAlpharax <42233094+xAlpharax@users.noreply.github.com> | 2023-11-19 23:22:34 +0200 |
---|---|---|
committer | xAlpharax <42233094+xAlpharax@users.noreply.github.com> | 2023-11-19 23:22:34 +0200 |
commit | 715902dbed531566fdc8f74577dc0cbb52561e90 (patch) | |
tree | ce059a55ece7cf6b90c44da79300502c0ce7f6d6 | |
parent | 85df4e4da41780818c80800b2d1f6b9fad79fc71 (diff) |
Updates including copilot usage (free with uni) and protonge newer alias version
Changes to be committed:
modified: Vencord/settings/settings.json
modified: nvim/init.vim
modified: zsh/aliases
-rw-r--r-- | Vencord/settings/settings.json | 9 | ||||
-rw-r--r-- | nvim/init.vim | 2 | ||||
-rw-r--r-- | zsh/aliases | 2 |
3 files changed, 9 insertions, 4 deletions
diff --git a/Vencord/settings/settings.json b/Vencord/settings/settings.json index cfab248..beefbc6 100644 --- a/Vencord/settings/settings.json +++ b/Vencord/settings/settings.json @@ -108,7 +108,7 @@ "enabled": true }, "ColorSighted": { - "enabled": true + "enabled": false }, "ConsoleShortcuts": { "enabled": true @@ -218,7 +218,7 @@ "enabled": true }, "MessageClickActions": { - "enabled": true, + "enabled": false, "enableDeleteOnClick": true, "enableDoubleClickToEdit": true, "enableDoubleClickToReply": true, @@ -611,6 +611,9 @@ }, "NoTypingAnimation": { "enabled": false + }, + "SuperReactionTweaks": { + "enabled": false } }, "notifications": { @@ -623,6 +626,6 @@ "authenticated": false, "url": "https://api.vencord.dev/", "settingsSync": false, - "settingsSyncVersion": 1699431045702 + "settingsSyncVersion": 1699799026302 } }
\ No newline at end of file diff --git a/nvim/init.vim b/nvim/init.vim index 5e52d48..12ea1de 100644 --- a/nvim/init.vim +++ b/nvim/init.vim @@ -44,6 +44,8 @@ set clipboard+=unnamedplus Plug 'preservim/nerdtree' Plug 'vimsence/vimsence' + Plug 'github/copilot.vim' + Plug 'neoclide/coc.nvim', {'branch': 'release'} call plug#end() diff --git a/zsh/aliases b/zsh/aliases index 56e007b..4316e0a 100644 --- a/zsh/aliases +++ b/zsh/aliases @@ -51,7 +51,7 @@ alias sxiv='sxiv -bpqra' # tools alias newsboat='newsboat -C ~/.config/newsboat/newsboat.conf -c ~/.config/newsboat/cache.db -u ~/.config/newsboat/urls' alias proton='~/.local/share/Steam/steamapps/common/Proton\ -\ Experimental/proton run' -alias protonge='~/.local/share/Steam/compatibilitytools.d/GE-Proton8-22/proton run' +alias protonge='~/.local/share/Steam/compatibilitytools.d/GE-Proton8-24/proton run' alias ytdlpa='yt-dlp --extract-audio --audio-quality 0 --audio-format mp3' alias ytdlp='yt-dlp' |