vscode stuff

master
Jordan Orelli 2 years ago
parent 523bfdcdfb
commit ee28e85d71

@ -0,0 +1,12 @@
{
"git.ignoreMissingGitWarning": true,
"editor.codeLens": false,
"extensions.ignoreRecommendations": false,
"window.zoomLevel": 1,
"go.useLanguageServer": true,
"editor.lineNumbers": "on",
"go.formatTool": "goimports",
"editor.minimap.enabled": false,
"editor.smoothScrolling": true,
"zigLanguageClient.path": "C:\\Users\\Jordan\\bin\\zls.exe"
}

@ -46,7 +46,7 @@ files: nvim/init.vim > .config/nvim/init.vim
when: host.is_wsl
files: scripts/winmode > bin/winmode
[link-files windows-neovim]
[link-files neovim:windows]
when: host.is_windows and host.has('nvim')
target_root: ~/AppData/Local
files:
@ -56,6 +56,12 @@ files:
Vundle.vim > nvim/bundle/Vundle.vim
packer.nvim > nvim-data/site/pack/packer/start/packer.nvim
[link-files vscode:windows]
when: host.is_windows and host.has('code')
target_root: ~/AppData/Roaming
files:
code-settings.json > Code/User/settings.json
[cargo-install]
crates:
just

Loading…
Cancel
Save