This commit is contained in:
Barak Michener 2023-05-23 15:59:49 -07:00
commit 4be018fdc5
6 changed files with 87 additions and 14 deletions

4
.vimrc
View file

@ -172,6 +172,7 @@ Plug 'Shougo/denite.nvim'
Plug 'lunaru/vim-less'
Plug 'hylang/vim-hy', {'for': 'hy'}
Plug 'jneen/ragel.vim'
Plug 'NoahTheDuke/vim-just'
"Plug 'mhartington/nvim-typescript'
"Plug 'leafgarland/typescript-vim'
Plug 'leafOfTree/vim-svelte-plugin'
@ -181,7 +182,7 @@ Plug 'Shougo/context_filetype.vim'
Plug 'fedorenchik/AnsiEsc'
Plug 'hwayne/tla.vim'
Plug 'zchee/vim-goasm'
"Plug 'cappyzawa/starlark.vim'
Plug 'cappyzawa/starlark.vim'
" Plugins that autocomplete
"Plug 'Shougo/deoplete.nvim'
@ -1017,6 +1018,7 @@ nnoremap <silent> <C-k> <cmd>lua require('telescope.builtin').git_files{}<cr>
nnoremap <silent> <Leader>ag <cmd>lua require('telescope.builtin').live_grep{ word_match = "-w", only_sort_text = true, cwd = vim.fn.systemlist("git rev-parse --show-toplevel")[1], search = ''}<cr>
nnoremap <silent> <Leader>aw <cmd>lua require('telescope.builtin').grep_string{ word_match = "-w", only_sort_text = true, cwd = vim.fn.systemlist("git rev-parse --show-toplevel")[1]}<cr>
nnoremap <silent> <Leader>q <cmd>lua require('telescope.builtin').quickfix{}<cr>
nnoremap <silent> <Leader>ff <cmd>lua require('telescope.builtin').quickfix{}<cr>
" For C++ -- A is a great plugin which allows you to jump from the c file to the
" header and vice-versa. Mneumonic here is headerheader.