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

vim.opt_local.comments = { ":#", "s1:/*", "ex:*/", }
vim.bo.commentstring = "# %s"
vim.opt_local.cinkeys:remove("0#")