Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 344 Bytes

readme.md

File metadata and controls

15 lines (9 loc) · 344 Bytes

clang-format

Simple plugin that uses the clang-format tool from the LLVM toolchain to format the current buffer with the given style file.

Usage:

Using lazy:

'marcosantos98/clang-format.nvim'

require('clang-format').setup({ clangFormatPath = <path> })
  • clangFormatPath: path to a file containing the style options.