add terraform ftplugin, add C-d and C-u remaps

This commit is contained in:
2024-08-14 13:37:48 +03:00
parent 751829deb0
commit 4053addac9
2 changed files with 13 additions and 3 deletions

View File

@@ -0,0 +1,6 @@
vim.opt.colorcolumn = "95"
vim.opt.shiftwidth = 2
vim.opt.tabstop = 2
vim.opt.expandtab = true
vim.bo.commentstring = '# %s'