[nvim] Set shiftwidth and softtabstop to 2 spaces for HTML files
Never thought I'd be *that* person, but here we are.
This commit is contained in:
parent
728cf81a7b
commit
be6b93cdde
1 changed files with 4 additions and 0 deletions
4
config/nvim/after/ftplugin/html.lua
Normal file
4
config/nvim/after/ftplugin/html.lua
Normal file
|
@ -0,0 +1,4 @@
|
|||
-- Eryn Wells <eryn@erynwells.me>
|
||||
|
||||
vim.opt_local.shiftwidth = 2
|
||||
vim.opt_local.softtabstop = 2
|
Loading…
Add table
Add a link
Reference in a new issue