neovim

Neovim text editor
git clone https://git.dasho.dev/neovim.git
Log | Files | Refs | README

commit d73f2d9657ff701eb7b0baf03942696cdf9d1ff9
parent c04e40d9f43e7b1069f452158b65c37bcc806a0c
Author: skewb1k <skewb1kunix@gmail.com>
Date:   Thu,  7 Aug 2025 05:52:46 +0300

build(emmyrc.json): use StyLua formatter in .emmyrc.json #35196


Diffstat:
M.emmyrc.json | 15+++++++++++++--
1 file changed, 13 insertions(+), 2 deletions(-)

diff --git a/.emmyrc.json b/.emmyrc.json @@ -1,6 +1,17 @@ { - "diagnostics" : { - "disable" : [ + "$schema": "https://raw.githubusercontent.com/EmmyLuaLs/emmylua-analyzer-rust/refs/heads/main/crates/emmylua_code_analysis/resources/schema.json", + "format": { + "externalTool": { + "program": "stylua", + "args": [ + "-", + "--stdin-filepath", + "${file}" + ] + } + }, + "diagnostics": { + "disable": [ "unnecessary-if" ] },