新增lvim的多光标插件

main
Yogi 2023-10-15 19:50:54 +08:00
parent 804d784219
commit 5c89fabaf0
4 changed files with 9 additions and 1 deletions

View File

@ -3,7 +3,7 @@ HalfWidthPuncAfterLetterOrNumber=True
# Type paired punctuations together (e.g. Quote)
TypePairedPunctuationsTogether=False
# Enabled
Enabled=True
Enabled=False
[Hotkey]
0=Control+period

View File

@ -33,6 +33,12 @@ set $ws10 "10"
# workspace 9 output HDMI-0
# workspace 10 output DP-1
# Focus the next output (effectively toggles when you only have two outputs)
# 切换当前整个workspace到另一个屏幕
bindsym $mod+c move workspace to output next
# 双击$wsn 即可返回之前的workspace
workspace_auto_back_and_forth yes
# floating window u can use mouse left drag or right drag move or scale
# use $mod+Mouse to drag floating windows to their wanted position

View File

@ -6,6 +6,7 @@
lvim.plugins =
{
"mg979/vim-visual-multi",
"iamcco/markdown-preview.nvim",
config = function()
vim.fn["mkdp#util#install"]()

View File

@ -41,5 +41,6 @@
"toggleterm.nvim": { "branch": "main", "commit": "68fdf851c2b7901a7065ff129b77d3483419ddce" },
"tokyonight.nvim": { "branch": "main", "commit": "c5df636ce62a8aab7565f35da143cfd672526302" },
"vim-illuminate": { "branch": "master", "commit": "a2907275a6899c570d16e95b9db5fd921c167502" },
"vim-visual-multi": { "branch": "master", "commit": "724bd53adfbaf32e129b001658b45d4c5c29ca1a" },
"which-key.nvim": { "branch": "main", "commit": "4acffc92953a90a790603bfdab7c92319ab167b1" }
}