More plugin configuration
This commit is contained in:
@@ -31,21 +31,6 @@ return {
|
||||
|
||||
require('mini.splitjoin').setup()
|
||||
|
||||
local animate = require 'mini.animate'
|
||||
animate.setup {
|
||||
cursor = {
|
||||
enable = false,
|
||||
},
|
||||
resize = {
|
||||
enable = true,
|
||||
timing = animate.gen_timing.linear { duration = 50, unit = 'total' },
|
||||
},
|
||||
scroll = {
|
||||
enable = true,
|
||||
timing = animate.gen_timing.linear { duration = 50, unit = 'total' },
|
||||
},
|
||||
}
|
||||
|
||||
require('mini.map').setup()
|
||||
|
||||
-- Simple and easy statusline.
|
||||
|
||||
Reference in New Issue
Block a user