mirror of
https://github.com/iofq/nvim.nix.git
synced 2026-01-23 08:55:16 -06:00
bugfixes
This commit is contained in:
parent
bdaed4fa4d
commit
f8e0e41d63
3 changed files with 12 additions and 10 deletions
|
|
@ -128,10 +128,6 @@ return {
|
|||
require('mini.splitjoin').setup {
|
||||
detect = { separator = '[,;\n]' },
|
||||
}
|
||||
|
||||
-- Replace text with register 'gr',
|
||||
-- Sort text 'gs',
|
||||
require('mini.operators').setup()
|
||||
require('mini.jump2d').setup { mappings = { start_jumping = '<leader>S' } }
|
||||
|
||||
local indent = require('mini.indentscope')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue