nvimdotfiles/ftplugin/dart.lua
Marco a029b05a99 Some changes
1. Add ftplugin to set tabs for dart
2. Hide hidden files in telescope file picker
3. Specify python command in python-dap
2024-11-16 12:20:14 +01:00

4 lines
72 B
Lua

vim.opt.shiftwidth = 2
vim.opt.softtabstop = 2
vim.opt.expandtab = true