set runtimepath^=~/.vim runtimepath+=~/.vim/after let &packpath = &runtimepath source ~/.vimrc " Revert color management to "Old style" vim methods until we can update " colorschems Ref: https://neovim.io/doc/user/news-0.10.html set notermguicolors " This should probably be set up to be conditional source $VIMRUNTIME/colors/vim.lua 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()))