Files
nvim/config/modules/plugins/lsp/tflint.nix

4 lines
40 B
Nix
Raw Normal View History

2025-10-23 19:50:10 +03:00
{
lsp.servers.tflint.enable = true;
}