set runtimepath^=~/.vim runtimepath+=~/.vim/after let &packpath = &runtimepath source ~/.vimrc lua <ib IBLToggle " Beginner keybinds for telescope nnoremap ff Telescope find_files nnoremap fg Telescope live_grep nnoremap fb Telescope buffers nnoremap fh Telescope help_tags " lua print('this also works') command! LuaRuntimePath lua print(vim.inspect(vim.api.nvim_list_runtime_paths()))