Allow refactoring (plus minor tweaks)
This commit is contained in:
parent
2be2cae29c
commit
3569e4ec8e
5 changed files with 89 additions and 11 deletions
|
|
@ -2,8 +2,12 @@
|
|||
-- I promise not to create any merge conflicts in this directory :)
|
||||
--
|
||||
-- See the kickstart.nvim README for more information
|
||||
--
|
||||
-- When a file has been detected to have been changed outside of Vim and it has not been changed inside of Vim, automatically read it again.
|
||||
vim.opt.autoread = true
|
||||
|
||||
return {
|
||||
vim.keymap.set('n', '<leader>sm', function()
|
||||
require('telescope.builtin').live_grep { search_dirs = { '/home/ccs/missbrenner/Documents/ns-3/ns3-mmwave-iab/src/mmwave/' } }
|
||||
end, { desc = '[S]earch [M]mwave files' }),
|
||||
end, { desc = '[S]earch [M]mwave File Contents' }),
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue