From fdb2f5d6d251f12f58e66d74d35aef2cdf3d5ad0 Mon Sep 17 00:00:00 2001 From: Josh Rahm Date: Sat, 9 Mar 2024 19:06:09 +0000 Subject: Yet more ricing. --- init.vim | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'init.vim') diff --git a/init.vim b/init.vim index 9213c66..807b166 100644 --- a/init.vim +++ b/init.vim @@ -178,6 +178,14 @@ noremap TSCaptureUnderCursor noremap Τ Inspect command! Config edit $HOME/.config/nvim/init.vim +command! Configl edit $HOME/.config/nvim/local.vim + +cnoreabbrev _config expand("$HOME/.config/nvim") +cnoreabbrev _plugged expand("$HOME/.local/share/nvim/plugged") +cnoreabbrev _fm expand("$HOME/.local/share/nvim/plugged/fieldmarshal.vim") +cnoreabbrev _home expand("$HOME/.local/share/nvim") +cnoreabbrev _projects expand("$HOME/Projects") +cnoreabbrev _ escape(expand('%:h'), ' \') set textwidth=80 set colorcolumn=+1 @@ -240,6 +248,7 @@ lua << EOF layout_strategy = "center", results_title = false, sorting_strategy = "ascending", + -- path_display = "shorten", layout_config = { center = { width = 0.5, -- cgit