Compare commits
No commits in common. "3adcb18a5b21baa0a0b8147c669fdbeb942d3510" and "2784989570331d494a2afc6b1faec353493f2806" have entirely different histories.
3adcb18a5b
...
2784989570
@ -83,14 +83,3 @@ end, {
|
|||||||
-- TODO: :Chmod
|
-- TODO: :Chmod
|
||||||
|
|
||||||
-- TODO: :Mkdir
|
-- 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 = '*' })
|
|
||||||
|
@ -23,7 +23,7 @@ return {
|
|||||||
'folke/neodev.nvim',
|
'folke/neodev.nvim',
|
||||||
|
|
||||||
-- Snippet pluggins
|
-- Snippet pluggins
|
||||||
{ 'L3MON4D3/LuaSnip', build = 'make install_jsregexp' },
|
'L3MON4D3/LuaSnip',
|
||||||
'saadparwaiz1/cmp_luasnip',
|
'saadparwaiz1/cmp_luasnip',
|
||||||
|
|
||||||
-- Expose clangd extensions
|
-- Expose clangd extensions
|
||||||
|
Loading…
x
Reference in New Issue
Block a user