Add ftplugin settings for specific language
This commit is contained in:
6
dot_config/nvim/ftplugin/html.lua
Normal file
6
dot_config/nvim/ftplugin/html.lua
Normal file
@ -0,0 +1,6 @@
|
||||
local space = 2
|
||||
vim.opt.shiftwidth = space
|
||||
vim.opt.tabstop = space
|
||||
vim.opt.softtabstop = space
|
||||
vim.opt.expandtab = true
|
||||
vim.opt.shiftround = true
|
||||
Reference in New Issue
Block a user