[neovim] Adds alias for local directory when entering paths.
This commit is contained in:
@@ -3,4 +3,4 @@
|
|||||||
-- Add any additional options here
|
-- Add any additional options here
|
||||||
|
|
||||||
-- Creates a shortcut for adding the directory of the current buffer when specifying a file
|
-- 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>")
|
||||||
|
|||||||
Reference in New Issue
Block a user