Almost rewrote my entire config
This commit is contained in:
parent
47d704ad01
commit
c5b355601e
51 changed files with 973 additions and 870 deletions
dotfiles/neovim/lua/my/plugins
|
@ -1,6 +1,10 @@
|
|||
local M = {}
|
||||
local M = {
|
||||
-- work with brackets, quotes, tags, etc
|
||||
"tpope/vim-surround",
|
||||
event = "VeryLazy",
|
||||
}
|
||||
|
||||
function M.setup()
|
||||
function M.config()
|
||||
vim.g.surround_113 = '"\r"'
|
||||
vim.g.surround_97 = "'\r'"
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue