This commit is contained in:
2025-08-28 23:17:34 +02:00
parent fe3886fbdf
commit 20a49c3f58
31 changed files with 440 additions and 117 deletions

View File

@@ -90,5 +90,12 @@ vim.opt.softtabstop = 2 -- nombre d'espaces quand tu tapes <Tab>
-- indentation auto intelligente
vim.opt.smartindent = true
-- The order of your `lazy.nvim` imports is incorrect:
-- • `lazyvim.plugins` should be first
-- • followed by any `lazyvim.plugins.extras`
-- • and finally your own `plugins`
-- If you think you know what you're doing, you can disable this check with:
vim.g.lazyvim_check_order = false
-- The line beneath this is called `modeline`. See `:help modeline`
-- vim: ts=2 sts=2 sw=2 et