mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-24 17:58:46 +02:00
update
This commit is contained in:
parent
21c3a8778f
commit
77d6e5e961
3 changed files with 9 additions and 2 deletions
7
ftplugin/html.lua
Normal file
7
ftplugin/html.lua
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue