neovim configuration using rocks.nvim plugin manager
at main 5 lines 70 B view raw
1vim.filetype.add({ 2 extension = { 3 rest = "http", 4 }, 5})