feat(nvim): set commentstring for jinja2

This commit is contained in:
Price Hiller 2023-02-01 10:45:28 -06:00
parent da73182c5b
commit 20629e6877

View File

@ -0,0 +1 @@
vim.api.nvim_buf_set_option(0, "commentstring", "{# %s #}")