File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33This repository contains my dotfiles and other helpful documents.
44
55## Getting started on a new machine
6- 1 . Clone this repo into ` $HOME/tools `
7-
8- 2 . ` ln -s plavin.github.io/tools/vimrc $HOME/.vimrc `
9- 3 . ` ln -s plavin.github.io/tools/tmux.conf $HOME/.tmux.conf `
6+ 1 . Clone this repo into ` $HOME/plavin.github.io `
7+ ```
8+ git clone git@github.com:plavin/plavin.github.io.git plavin.github.io
9+ ln -s plavin.github.io/tools/vimrc $HOME/.vimrc
10+ ln -s plavin.github.io/tools/tmux.conf $HOME/.tmux.conf
11+ mkdir -p $HOME/.config/helix
12+ ln -s plavin.github.io/tools/config.toml $HOME/.config/helix/
13+ ```
1014
1115## To use the wiki
12161 . Open the wiki by opening vim (any file, even no file) and typing ` \ww `
Original file line number Diff line number Diff line change 1+ theme = " everforest_dark"
2+
3+ [keys .insert ]
4+ k = { j = " normal_mode" }
5+
6+ [keys .normal ]
7+ "ret" = " goto_word"
8+
9+ [keys .normal ."space" ]
10+ o = " file_picker_in_current_buffer_directory"
11+
12+ [editor ]
13+ cursorline = true
14+ lsp.display-inlay-hints = true
15+
16+
17+ [editor .inline-diagnostics ]
18+ cursor-line = " hint"
You can’t perform that action at this time.
0 commit comments