Skip to content

Instantly share code, notes, and snippets.

@codequokka
Created January 31, 2024 06:37
Show Gist options
  • Save codequokka/8df3c8a74e85ae7af82003d8ddd85825 to your computer and use it in GitHub Desktop.
Save codequokka/8df3c8a74e85ae7af82003d8ddd85825 to your computer and use it in GitHub Desktop.
vscode-settings.json
{
// Editor
"editor.fontFamily": "'FiraCode Nerd Font', monospace",
"extensions.experimental.affinity": {
"asvetliakov.vscode-neovim": 1
},
// Remote
"remote.SSH.remotePlatform": {
"dotfiles-rocky8-01": "linux"
},
// VSCode Neovim
"vscode-neovim.neovimExecutablePaths.win32": "C:\\tools\\neovim\\nvim-win64\\bin\\nvim.exe"
// "github.gitAuthentication": false,
// "git.terminalAuthentication": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment