mirror of
https://github.com/iofq/nvim.nix.git
synced 2026-01-23 08:55:16 -06:00
oil.nvim
This commit is contained in:
parent
23bd257c9e
commit
9b0cab9709
7 changed files with 78 additions and 144 deletions
|
|
@ -179,6 +179,8 @@ return {
|
|||
formatters_by_ft = {
|
||||
json = { 'jq' },
|
||||
puppet = { 'puppet-lint' },
|
||||
lua = { 'stylua' },
|
||||
python = { 'ruff' },
|
||||
['*'] = { 'trim_whitespace' },
|
||||
},
|
||||
format_on_save = function(bufnr)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue