This commit is contained in:
asep komarudin 2023-04-22 16:29:44 +07:00
parent 21c3a8778f
commit 77d6e5e961
3 changed files with 9 additions and 2 deletions

7
ftplugin/html.lua Normal file
View file

@ -0,0 +1,7 @@
vim.g.mapleader = " "
vim.g.maplocalleader = " "
local opt = vim.opt
opt.shiftwidth = 2 -- Size of an indent
opt.tabstop = 2 -- Size of an indent