dotfiles/settings.json
2024-05-09 21:35:35 +02:00

14 lines
No EOL
518 B
JSON

{
"extensions.experimental.affinity": {
"asvetliakov.vscode-neovim": 1
},
"keyboard.dispatch": "keyCode",
"workbench.colorTheme": "Catppuccin Mocha",
"editor.fontFamily": "FiraCode Nerd Font",
"editor.fontLigatures": true,
"workbench.productIconTheme": "material-product-icons",
"workbench.iconTheme": "catppuccin-mocha",
"editor.inlayHints.enabled": "offUnlessPressed",
"rust-analyzer.lens.implementations.enable": false,
"remote.autoForwardPortsSource": "hybrid"
}