Skip to content

jrentlez/formatlsp.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

formatlsp.nvim

Flexible LSP format on save.

Installation

vim.pack (requires neovim nightly)
	vim.pack.add({ "https://github.com/TungstnBallon/formatlsp.nvim" })
    -- If you put this line in your `plugin/` directory, you need to add `load = true`
	vim.pack.add({ "https://github.com/TungstnBallon/formatlsp.nvim" }, { load = true })
lazy.nvim
    {
        "https://github.com/TungstnBallon/formatlsp.nvim",
        lazy = false,  -- Don't worry, the plugin is lazy loaded internally
    }

Setup

See :help formatlsp-setup

Configuration

See :help formatlsp-config

Examples

See :help formatlsp-examples

About

Flexible LSP format on save

Topics

Resources

License

Stars

Watchers

Forks

Languages