mirror of
https://github.com/iofq/nvim.nix.git
synced 2026-01-23 08:55:16 -06:00
add a few plugins like neoclip, markvieww
This commit is contained in:
parent
3f57948360
commit
bdaba979ac
14 changed files with 76 additions and 40 deletions
|
|
@ -54,7 +54,7 @@ require('mini.pairs').setup()
|
|||
vim.cmd([[ hi MiniCursorwordCurrent ctermfg=240 ]])
|
||||
|
||||
require('mini.jump2d').setup {
|
||||
mappings = { start_jumping = '<leader>s' },
|
||||
mappings = { start_jumping = '<leader>S' },
|
||||
}
|
||||
|
||||
indent = require('mini.indentscope')
|
||||
|
|
@ -63,3 +63,5 @@ indent.setup {
|
|||
draw = { delay = 0 },
|
||||
}
|
||||
indent.gen_animation.none()
|
||||
|
||||
require('mini.icons').setup()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue