diff options
author | Josh Rahm <rahm@google.com> | 2024-10-07 23:20:51 +0000 |
---|---|---|
committer | Josh Rahm <rahm@google.com> | 2024-10-07 23:20:51 +0000 |
commit | 5f4588a4d57f602d4b9ee86775b93d4e6b523fc1 (patch) | |
tree | a2511d2d5d256e4ebf2d90917fa2df41594939d5 | |
parent | 6e40aca53f746d0fdc075dcd62e504e56138c06b (diff) | |
download | config.vim-5f4588a4d57f602d4b9ee86775b93d4e6b523fc1.tar.gz config.vim-5f4588a4d57f602d4b9ee86775b93d4e6b523fc1.tar.bz2 config.vim-5f4588a4d57f602d4b9ee86775b93d4e6b523fc1.zip |
Promote dayfox colorscheme to main config.
-rw-r--r-- | init.vim | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -48,6 +48,7 @@ Plug 'onsails/lspkind.nvim' " Plug 'tpope/vim-surround' Plug 'kylechui/nvim-surround' Plug 'vito-c/jq.vim' +Plug 'EdenEast/nightfox.nvim' if has('rneovim') Plug 'git@git.josher.dev:rneovim-userregs.git' @@ -103,7 +104,7 @@ noremap <leader>p <plug>(SynStack) noremap <leader>ff <cmd>Telescope find_files<cr> noremap <M-f> <cmd>Telescope find_files<cr> function! s:find_in_dir() - exec "Telescope find_files search_dirs={\"" . escape(resolve(expand('%:h')), ' ') . "\"} hidden=true" + exec "Telescope find_files search_dirs={\"" . escape(resolve(expand('%:h')), ' ') . "\"} path_display={\"shorten\"} hidden=true" endfunction noremap <M-F> <cmd>call <sid>find_in_dir()<cr> @@ -268,6 +269,8 @@ noremap α <cmd>call OrdNext()<cr> " Capital alpha (α) noremap Α <cmd>call OrdPrev()<cr> +noremap € vib<esc>a)<esc> + lua << EOF function open_terminal_on_directory() |