feat(nvim): set run key for html filetype
This commit is contained in:
parent
3db8f28629
commit
344a8e9d54
@ -1,2 +1,7 @@
|
||||
vim.opt_local.tabstop = 2
|
||||
vim.opt_local.shiftwidth = 2
|
||||
|
||||
vim.keymap.set("n", "<leader>fr", ":!xdg-open %<CR>", {
|
||||
buffer = true,
|
||||
silent = true
|
||||
})
|
||||
|
Loading…
x
Reference in New Issue
Block a user