Skip to content

Commit

Permalink
Setup oil.nvim
Browse files Browse the repository at this point in the history
  • Loading branch information
amirrezaask committed Aug 22, 2024
1 parent 1fb2c27 commit 756fcca
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 756fcca

Please sign in to comment.