config.nvim

NeoVim config
git clone git://popovic.xyz/nvim.config.git/
Log | Files | Refs

html.lua (113B)


      1 vim.opt_local.tabstop = 2
      2 vim.opt_local.shiftwidth = 2
      3 vim.opt_local.softtabstop = 2
      4 vim.opt_local.syntax = "on"