This commit is contained in:
Alexander Gehrke 2025-03-26 19:47:20 +01:00
parent e90763e223
commit d9f092adac
8 changed files with 43 additions and 24 deletions

View file

@ -0,0 +1,3 @@
vim.g.markdown_fenced_languages = { "html", "python", "scala", "js=javascript" }
vim.g.markdown_composer_autostart = 0
vim.o.textwidth = 80

View file

@ -1,2 +0,0 @@
let g:markdown_fenced_languages = ['html', 'python', 'scala', 'js=javascript']
let g:markdown_composer_autostart = 0

View file

@ -0,0 +1,4 @@
vim.o.tabstop = 4
vim.o.shiftwidth = 4
vim.o.expandtab = true
vim.o.textwidth = 120

View file

@ -1 +0,0 @@
set ts=4 sw=4 et

1
after/ftplugin/text.lua Normal file
View file

@ -0,0 +1 @@
vim.o.textwidth = 80