Refactor nvim config, thanks ThePrimeagen

This commit is contained in:
2022-07-26 09:03:45 +02:00
parent 2f168f25fa
commit ab6ddb63aa
26 changed files with 275 additions and 416 deletions

View File

@@ -0,0 +1,8 @@
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"
]])