File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -8,11 +8,13 @@ See [Development](https://github.com/nvim-tree/nvim-tree.lua/wiki/Development) f
88
99Following are used during CI and strongly recommended during local development.
1010
11+ Language server: [ luals] ( https://luals.github.io )
12+
1113Lint: [ luacheck] ( https://github.com/lunarmodules/luacheck/ )
1214
13- Style: [ EmmyLuaCodeStyle] ( https://github.com/CppCXY/EmmyLuaCodeStyle ) ( ` CodeCheck ` )
15+ Style: [ EmmyLuaCodeStyle] ( https://github.com/CppCXY/EmmyLuaCodeStyle ) : ` CodeCheck `
1416
15- Language server: [ luals ] ( https://luals.github.io )
17+ nvim-tree.lua migrated from stylua to EmmyLuaCodeStyle ~ 2024/10. ` vim.lsp.buf.format() ` may be used as it is the default formatter for luals
1618
1719You can install them via you OS package manager e.g. ` pacman ` , ` brew ` or other via other package managers such as ` cargo ` or ` luarocks `
1820
You can’t perform that action at this time.
0 commit comments