Compare commits

..

No commits in common. "3adcb18a5b21baa0a0b8147c669fdbeb942d3510" and "2784989570331d494a2afc6b1faec353493f2806" have entirely different histories.

2 changed files with 1 additions and 12 deletions

View File

@ -83,14 +83,3 @@ end, {
-- TODO: :Chmod
-- TODO: :Mkdir
-- :Rg <STRING> grep for the string and fuzzy find the results, bang to enable
-- regex in search term
vim.api.nvim_create_user_command('Rg', function(opts)
local grep_opts = { search = opts.args }
if opts.bang then
grep_opts['use_regex'] = true
end
print(vim.inspect(grep_opts))
-- require('telescope.builtin').grep_string(grep_opts)
end, { bang = true, nargs = '*' })

View File

@ -23,7 +23,7 @@ return {
'folke/neodev.nvim',
-- Snippet pluggins
{ 'L3MON4D3/LuaSnip', build = 'make install_jsregexp' },
'L3MON4D3/LuaSnip',
'saadparwaiz1/cmp_luasnip',
-- Expose clangd extensions