mirror of
https://github.com/halfdan/dotfiles.git
synced 2025-04-26 12:25:39 +00:00
9 lines
192 B
Lua
9 lines
192 B
Lua
vim.cmd([[
|
|
let g:sneak#label = 1
|
|
let g:sneak#prompt = '🔎'
|
|
let g:sneak#s_next = 1
|
|
|
|
let test#strategy = "neovim"
|
|
let test#neovim#term_position = "vert rightbelow 50"
|
|
]])
|