Skip to content

Commit

Permalink
fix(option)!: remove pastetoggle
Browse files Browse the repository at this point in the history
it has been removed in neovim
neovim/neovim#22647
  • Loading branch information
XXiaoA committed Jul 23, 2023
1 parent d5e874a commit 47dcfce
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lua/config/options.lua
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ o.mouse = "nv" -- "a"
o.backupdir = cache_dir .. "backup/"
-- open swap
o.swapfile = false
-- F9打开/关闭粘贴模式
o.pastetoggle = "<F9>"
-- 编码设置
o.encoding = "utf-8"
-- 加快响应速度
Expand Down

0 comments on commit 47dcfce

Please sign in to comment.