added ftplugin folder and html.lua

This commit is contained in:
2021-11-05 00:47:47 -05:00
parent 68a6a2884b
commit 44a34ed22e
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -34,8 +34,8 @@ opt.encoding = "utf-8"
opt.fileformat = "unix"
opt.scrolloff = 4 -- Lines of context
opt.shiftwidth = 4
opt.synmaxcol = 4000
opt.tabstop = 4
opt.synmaxcol = 4000
opt.textwidth = 0
--opt.titlestring = "NVIM: %f"
opt.titlestring = [[NVIM: [%{fnamemodify(getcwd(), ':t')}] %t]]