mirror of
https://github.com/halfdan/dotfiles.git
synced 2025-04-26 04:15:38 +00:00
13 lines
227 B
Lua
13 lines
227 B
Lua
if vim.g.vscode then
|
|
return
|
|
end
|
|
|
|
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 80"
|
|
]])
|