diff --git a/init.lua b/init.lua index 661ae65a..0a0125d8 100644 --- a/init.lua +++ b/init.lua @@ -353,6 +353,9 @@ cmp.setup({ }, }) +-- Oil.nvim: Files as text +require("oil").setup() + require("conform").setup({ format_on_save = { -- These options will be passed to conform.format()