From 5f4588a4d57f602d4b9ee86775b93d4e6b523fc1 Mon Sep 17 00:00:00 2001 From: Josh Rahm Date: Mon, 7 Oct 2024 23:20:51 +0000 Subject: Promote dayfox colorscheme to main config. --- init.vim | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/init.vim b/init.vim index 65cafff..124dc3e 100644 --- a/init.vim +++ b/init.vim @@ -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 p (SynStack) noremap ff Telescope find_files noremap Telescope find_files 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 call find_in_dir() @@ -268,6 +269,8 @@ noremap α call OrdNext() " Capital alpha (α) noremap Α call OrdPrev() +noremap € viba) + lua << EOF function open_terminal_on_directory() -- cgit