Skip to content

Commit 968c15b

Browse files
feat(ftplugin): remove n:> from 'comments'
1 parent 025c9d4 commit 968c15b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ftplugin/http.lua

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
vim.bo.commentstring = "# %s"
22
vim.wo.conceallevel = 0
3+
vim.opt.comments:remove("n:>")
34

45
local dotenv = require("rest-nvim.dotenv")
56

0 commit comments

Comments
 (0)