add terraform ftplugin, add C-d and C-u remaps
This commit is contained in:
6
after/ftplugin/terraform.lua
Normal file
6
after/ftplugin/terraform.lua
Normal 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'
|
||||
|
||||
Reference in New Issue
Block a user