Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit750ef08

Browse files
authored
fix(exclude): lua_ls
Fixes a bug in selene where restarting `lua_ls` makes selene ignoring the linting rules defined in `selene.toml`.If this is ever fixed on selene, please ping me and I'll undo this commit.
1 parent4a1160b commit750ef08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎lua/garbage-day/config.lua‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ function M.set(opts)
99
buftype= {"nofile"}
1010
}
1111
M.excluded_lsp_clients=opts.excluded_lsp_clientsor {
12-
"null-ls","jdtls","marksman"
12+
"null-ls","jdtls","marksman","lua_ls"
1313
}
1414
M.grace_period=opts.grace_periodor (60*15)-- seconds
1515
M.notifications=opts.notificationsorfalse

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp