You've already forked dotfiles
feat: Adding a bunch of changes to move further towards a clean and more
builtin setup rather than relying upon plugins.
This commit is contained in:
@@ -3,3 +3,7 @@ vim.api.nvim_create_user_command('FindAndReplace', function(opts)
|
||||
-- TODO: Does not close the buffers opened through changes
|
||||
vim.api.nvim_command(string.format('cfdo s/%s/%s/gc', opts.fargs[1], opts.fargs[2]) .. '| update | cclose')
|
||||
end, { nargs = '*' })
|
||||
|
||||
--vim.api.nvim_create_user_command('TSI', function (opts)
|
||||
--
|
||||
--end)
|
||||
|
||||
Reference in New Issue
Block a user