mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 08:43:00 +00:00
Moving to XDG Standard
This commit is contained in:
parent
dc7611825a
commit
fedb6ded02
5 changed files with 14 additions and 3 deletions
|
|
@ -1,6 +1,8 @@
|
|||
" Put this in ~/.vscode.vimrc
|
||||
" ~/.config/vscode/vscode.vimrc
|
||||
" New-Item -ItemType SymbolicLink -Path ~\.config\vscode\vscode.vimrc -Target ~\.dotfiles\vscode\vscode.vimrc
|
||||
" mkdir -p ~/.config/vscode && ln -s ~/.config/vscode/vscode.vimrc ~/.vimrc
|
||||
" And go to vscode vim setting:
|
||||
"vim.vimrc.path": "$HOME/.vscode.vimrc",
|
||||
"vim.vimrc.path": "$HOME/.config/vscode/vscode.vimrc",
|
||||
|
||||
" Word wrap
|
||||
noremap n gj
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue