1
Fork 0

Big backup I guess

This commit is contained in:
Matei Adriel 2022-10-13 01:05:38 +02:00
parent 98e8510ae7
commit a6fb4ffbb2
13 changed files with 130 additions and 58 deletions
dotfiles/neovim/lua/my/plugins

View file

@ -0,0 +1,8 @@
local M = {}
function M.setup()
vim.g.surround_113 = '"\r"'
vim.g.surround_97 = "'\r'"
end
return M