neovim-config/ftplugin/yaml.lua

9 lines
463 B
Lua
Raw Permalink Normal View History

2025-10-22 06:57:49 +02:00
-- 🔧 Configuration propre pour les fichiers YAML
vim.bo.expandtab = true -- Utilise des espaces au lieu de tabs
vim.bo.shiftwidth = 2 -- Indentation de 2 espaces
vim.bo.tabstop = 2 -- Tabulation de 2 espaces
vim.bo.softtabstop = 2 -- Tabulation douce de 2 espaces
vim.bo.autoindent = true -- Indentation automatique
vim.bo.smartindent = true -- Indentation intelligente
vim.bo.fileformat = "unix" -- Format de fin de ligne