Add defaults for markdown & rst files
This commit is contained in:
parent
981080c925
commit
50a99389c2
3 changed files with 89 additions and 69 deletions
7
templates/nvim/ftplugin/markdown.lua.j2
Normal file
7
templates/nvim/ftplugin/markdown.lua.j2
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
-- {{ ansible_managed }}
|
||||
|
||||
vim.opt.tabstop = 2
|
||||
vim.opt.softtabstop = 2
|
||||
vim.opt.shiftwidth = 2
|
||||
vim.opt.expandtab = true
|
||||
vim.opt.autoindent = true
|
||||
Loading…
Add table
Add a link
Reference in a new issue