i use arch btw
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Set indentation for jsonnet

+5
+5
nvim/.config/nvim/after/ftplugin/jsonnet.lua
··· 1 + local opt = vim.opt_local 2 + 3 + opt.expandtab = true 4 + opt.tabstop = 2 5 + opt.shiftwidth = 2