Marco
a029b05a99
1. Add ftplugin to set tabs for dart 2. Hide hidden files in telescope file picker 3. Specify python command in python-dap
4 lines
72 B
Lua
4 lines
72 B
Lua
vim.opt.shiftwidth = 2
|
|
vim.opt.softtabstop = 2
|
|
vim.opt.expandtab = true
|