lua.lua 90 B

12345
  1. vim.bo.tabstop = 2
  2. vim.bo.shiftwidth = 2
  3. vim.bo.expandtab = true
  4. vim.bo.softtabstop = 2