up
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user