File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed
docs/manual/release-notes
modules/plugins/languages Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 145145[Machshev](https://github.com/machshev):
146146
147147- Added `ruff` and `ty` LSP support for Python under `programs.python`.
148+
149+ [Snoweuph](https://github.com/snoweuph)
150+
151+ - Added [Selenen](https://github.com/kampfkarren/selene) for more diagnostics in
152+ `languages.lua`.
Original file line number Diff line number Diff line change 99 inherit ( lib . modules ) mkIf mkMerge ;
1010 inherit ( lib . meta ) getExe ;
1111 inherit ( lib . types ) bool enum listOf ;
12- inherit ( lib . nvim . types ) diagnostics mkGrammarOption deprecatedSingleOrListOf ;
12+ inherit ( lib . nvim . types ) diagnostics mkGrammarOption ;
1313 inherit ( lib . nvim . dag ) entryBefore ;
1414 inherit ( lib . nvim . attrsets ) mapListToAttrs ;
1515
4646 luacheck = {
4747 package = pkgs . luajitPackages . luacheck ;
4848 } ;
49+ selene = {
50+ package = pkgs . selene ;
51+ } ;
4952 } ;
5053in {
5154 imports = [
7982 description = "Enable Lua formatting" ;
8083 } ;
8184 type = mkOption {
82- type = deprecatedSingleOrListOf "vim.language.lua.format.type" ( enum ( attrNames formats ) ) ;
85+ type = listOf ( enum ( attrNames formats ) ) ;
8386 default = defaultFormat ;
8487 description = "Lua formatter to use" ;
8588 } ;
You can’t perform that action at this time.
0 commit comments