Skip to content
Snippets Groups Projects
Unverified Commit 20ead5bf authored by amtoine's avatar amtoine
Browse files

set the filetype of `.envrc` to Bash

parent ddcbc6ea
Branches
No related tags found
No related merge requests found
......@@ -52,3 +52,7 @@ vim.api.nvim_create_autocmd({ "BufEnter", "WinEnter" }, {
vim.cmd([[
command! Browser :!qutebrowser --target window
]])
vim.cmd([[
autocmd BufNewFile,BufRead .envrc :set filetype=bash
]])
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment