mirror of
https://github.com/runyanjake/dotfiles.git
synced 2025-10-04 21:57:30 -07:00
Notes on copying to system clipboard
This commit is contained in:
parent
0aa2c85ea9
commit
20a46138b4
@ -24,7 +24,7 @@ ln -sfn /path/to/dotfiles/lazyvim/init.lua ~/.config/nvim/init.lua
|
|||||||
```
|
```
|
||||||
4. Start nvim, and let all the packages install. Done!
|
4. Start nvim, and let all the packages install. Done!
|
||||||
|
|
||||||
## Plugins/Addons
|
## Plugins/Addons/Extras
|
||||||
|
|
||||||
### Mason (Language Servers)
|
### Mason (Language Servers)
|
||||||
Enter Mason UI view from nvim: `:Mason`. Enter `g?` to toggle help page if you've forgotten the hotkeys.
|
Enter Mason UI view from nvim: `:Mason`. Enter `g?` to toggle help page if you've forgotten the hotkeys.
|
||||||
@ -32,5 +32,14 @@ Some ideas of what to install:
|
|||||||
- `java-language-server`
|
- `java-language-server`
|
||||||
- `python-lsp-server`
|
- `python-lsp-server`
|
||||||
|
|
||||||
|
### Clipboard Support
|
||||||
|
By default LazyVim can't copy things to the clipboard.
|
||||||
|
Install vim-gtk3 to support this:
|
||||||
|
```
|
||||||
|
sudo apt install vim-gtk3
|
||||||
|
```
|
||||||
|
Now, right click > copy will copy to system clipboard.
|
||||||
|
Alternatively you can copy to the `+` or `*` register (`"`` + `+` + `y` ) and paste outside.
|
||||||
|
|
||||||
## Shortcut Reference
|
## Shortcut Reference
|
||||||
`<LEADER>` key is space key. I don't see a need to change it for me.
|
`<LEADER>` key is space key. I don't see a need to change it for me.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user