[neovim] Adds alias for local directory when entering paths.

This commit is contained in:
Drew Haven
2025-02-14 16:59:13 -08:00
parent aeba8d04f8
commit 21c5d1374e

View File

@@ -3,4 +3,4 @@
-- Add any additional options here
-- Creates a shortcut for adding the directory of the current buffer when specifying a file
vim.cmd.('cnoreabbrev %. %:h<Tab>')
vim.cmd("cnoreabbrev %. %:h<Tab>")