neovim configuration using rocks.nvim plugin manager
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

feat(ftdetect): add `rest` filetype alias of `http`

+5
+5
after/ftdetect/http.lua
··· 1 + vim.filetype.add({ 2 + extension = { 3 + rest = "http", 4 + }, 5 + })