neovim

Personal neovim configuration files
git clone git://gtms.dev/neovim
Log | Files | Refs

htmlangular.lua (80B)


      1 local set = vim.opt_local
      2 set.shiftwidth = 4
      3 
      4 vim.treesitter.start(nil, 'html')