feat(nvim): add keybind to run luafile nvim invocation
This commit is contained in:
parent
4a1b695ba4
commit
dfa7fd5f20
@ -1,3 +1,8 @@
|
||||
vim.opt_local.tabstop = 4
|
||||
vim.opt_local.shiftwidth = 4
|
||||
vim.opt_local.expandtab = true
|
||||
|
||||
vim.keymap.set("n", "<leader>fr", ":luafile %<CR>", {
|
||||
buffer = true,
|
||||
silent = true
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user