nvim completions

This commit is contained in:
Alexey 2025-08-02 21:58:53 +03:00
commit cadadf108a
2 changed files with 39 additions and 0 deletions

4
nvim/ftplugin/dart.lua Normal file
View file

@ -0,0 +1,4 @@
vim.bo.tabstop = 2
vim.bo.shiftwidth = 2
vim.bo.expandtab = true
vim.bo.softtabstop = 0