mirror of
https://codeberg.org/Mo8it/dotfiles.git
synced 2024-12-29 20:23:43 +00:00
Wrap md and adoc
This commit is contained in:
parent
25f3ffb596
commit
856f919353
3 changed files with 3 additions and 5 deletions
1
.config/nvim/ftplugin/asciidoc.lua
Normal file
1
.config/nvim/ftplugin/asciidoc.lua
Normal file
|
@ -0,0 +1 @@
|
|||
vim.wo.wrap = true
|
|
@ -1,5 +1 @@
|
|||
local opt = vim.bo
|
||||
|
||||
--
|
||||
|
||||
opt.expandtab = false
|
||||
vim.bo.expandtab = false
|
||||
|
|
1
.config/nvim/ftplugin/markdown.lua
Normal file
1
.config/nvim/ftplugin/markdown.lua
Normal file
|
@ -0,0 +1 @@
|
|||
vim.wo.wrap = true
|
Loading…
Reference in a new issue