Skip to content
This repository has been archived by the owner on Oct 30, 2023. It is now read-only.

zapling/biome.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

biome.nvim

DEPRECATED: Use a real formatter like conform.nvim that handles the diff correctly.

Biome (previously rome) helper utils for nvim

Install

-- lazy.nvim
require('lazy').setup({{
    'zapling/biome.nvim',
    dependencies = {'nvim-lua/plenary.nvim'}
}})

Usage

Use setup to register :BiomeFormat command.

require('biome').setup()

Runs biome format on the buffer content, replace buffer content with output.

require('biome').format_file()

Same as format_file() but checks if the formatter has been disabled via the biome.json configuration file.

require('biome').format_on_save()

About

Biome (previously rome) helper utils for nvim

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages