name: vim.format description: Code formatting and linting integration
Neovim Formatting Skills
This document covers code formatting using conform.nvim.
Conform.nvim (stevearc/conform.nvim)
Lightweight yet powerful formatter plugin.
Keybindings
-
<leader>f: Format current buffer (configured inremap.lua).
Configuration
-
Lua: Uses
stylua. -
Global Config: Managed via
formatters_by_ft.
API Reference
require("conform").format({
bufnr = 0,
async = false,
lsp_fallback = true,
})
Static Analysis (Luacheck)
Your project includes a .luacheckrc and is configured for clean Lua development.
- Run check:
luacheck . - Global variables like
vim,ColorMyPencils, andRare whitelisted.
chat Comments (0)
Sign in to join the discussion and leave a comment.
Skill Details
GitHub Stars
0
GitHub Forks
4
Created
Mar 2026
Last Updated
il y a 3 mois
tools
tools ide plugins
Related Skills
Build your own?
Join 12,000+ developers contributing to the Claude ecosystem.
No comments yet. Be the first to share your thoughts!