Coding
PromptBeginner5 minmarkdown
Markdown Converter
Agent skill for markdown-converter
7
This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
Sign in to like and favorite skills
This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
This is a LazyVim-based Neovim configuration that follows the standard LazyVim structure:
init.lua: Entry point that bootstraps lazy.nvim and loads the configurationlua/config/: Core configuration files
lazy.lua: Lazy.nvim setup and plugin specificationsoptions.lua: Vim options and settingskeymaps.lua: Custom key mappingsautocmds.lua: Auto commandslua/plugins/: Custom plugin configurations that override or extend LazyVim defaults, (comma) instead of the default space,mini-surround for text objectsprettier for formattingtypescript language supporteslint for lintingnumber = false, relativenumber = false)tokyonight colorschemelua/plugins/ override LazyVim defaultslazy = false)- key binding, custom keymap overridesdisabled.luaopts, keys, dependencies, init, etc.enabled = false to disable unwanted pluginsSince this is a Neovim configuration (not a software project), there are no build/test commands. Configuration changes take effect when Neovim is restarted or files are sourced.
:qa then reopen:source % or :luafile %:messages or :checkhealth:Lazy sync:Lazy:Lazy clean