some fixes

This commit is contained in:
2025-04-02 19:08:48 +08:00
parent e33c2e623b
commit 78566240e0
12 changed files with 102 additions and 34 deletions

2
after/ftplugin/dart.lua Normal file
View File

@@ -0,0 +1,2 @@
require('conftool').set({'tabstop', 2}, {'shiftwidth', 2}, 'expandtab')
vim.cmd 'IndentGuidesDisable'