summaryrefslogtreecommitdiffstats
path: root/dotfiles/vim/ftplugin/nix.lua
blob: 7401054457482ff02b15ebed7e8d113715251772 (plain)
1
2
3
4
5
6
vim.bo.expandtab = true
vim.bo.shiftwidth = 2
vim.bo.softtabstop = 2

vim.opt_local.comments = { ":#", "s1:/*", "ex:*/", }
vim.bo.commentstring = "# %s"