i use arch btw
0
fork

Configure Feed

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

Set default indenting for JavaScript

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