inital commit: dotfiles of arch-desktop

This commit is contained in:
2025-07-13 19:23:46 +02:00
commit e55f88606c
43 changed files with 3250 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
return {
"dart-lang/dart-vim-plugin",
config = function()
vim.g.dart_html_in_string = true
vim.g.dart_format_on_save = true
end,
}