pojokcodeid.nvim-lazy/ftplugin/html.lua

8 lines
148 B
Lua
Raw Permalink Normal View History

2023-04-22 16:29:44 +07:00
vim.g.mapleader = " "
vim.g.maplocalleader = " "
local opt = vim.opt
opt.shiftwidth = 2 -- Size of an indent
opt.tabstop = 2 -- Size of an indent