aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/home/.config/nvim/after/ftplugin/dosini.lua
blob: f6d743722d2deaf2cfeb8a377d38e5864c22f9dc (plain) (blame)
1
2
3
vim.bo.commentstring = "# %s"
vim.b.undo_ftplugin = vim.b.undo_ftplugin
    .. "|setlocal commentstring"