1
0
mirror of https://github.com/dcarrillo/dotfiles.git synced 2025-07-02 06:19:25 +00:00

[neovim] Improve some linting experience

This commit is contained in:
2022-11-17 19:58:39 +01:00
parent 310fa9c7d7
commit 7a47f64b8f
5 changed files with 22 additions and 10 deletions

View File

@ -0,0 +1,9 @@
return {
settings = {
redhat = {
telemetry = {
enabled = false,
},
},
},
}