all repos

init.lua @ 75cd17f

my nvim config
1 files changed, 4 insertions(+), 0 deletions(-)
feat(yaml): add indentaion setup
Author: Smirnov Oleksandr ss2316544@gmail.com
Committed at: 2023-03-12 13:16:11 +0200
Parent: 1db42b0
A ftplugin/yaml.lua

@@ -0,0 +1,4 @@

+vim.opt_local.expandtab = true +vim.opt_local.tabstop = 2 +vim.opt_local.shiftwidth = 2 +vim.opt_local.softtabstop = 2