switch neotree for oil
This commit is contained in:
parent
c49aaeb82a
commit
afd642e367
5 changed files with 36 additions and 24 deletions
13
lua/set.lua
13
lua/set.lua
|
|
@ -32,3 +32,16 @@ vim.opt.updatetime = 50
|
|||
|
||||
-- use system clipboard
|
||||
vim.opt.clipboard = "unnamedplus"
|
||||
|
||||
vim.g.clipboard = {
|
||||
name = "win32yank-wsl",
|
||||
copy = {
|
||||
["+"] = "win32yank.exe -i --crlf",
|
||||
["*"] = "win32yank.exe -i --crlf"
|
||||
},
|
||||
paste = {
|
||||
["+"] = "win32yank.exe -o --crlf",
|
||||
["*"] = "win32yank.exe -o --crlf"
|
||||
},
|
||||
cache_enable = 0,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue