Skip to content

Commit

Permalink
vim: yamllint
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnFinn committed Jan 6, 2025
1 parent e460be0 commit 8259623
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions dotfiles/nvim/extraLuaConfig.lua
Original file line number Diff line number Diff line change
Expand Up @@ -381,6 +381,7 @@ require("lazy").setup({
typescriptreact = { "eslint_d" },
svelte = { "eslint_d" },
python = { "pylint" },
yaml = { "yamllint" },
dockerfile = { "hadolint" },
}

Expand Down
4 changes: 3 additions & 1 deletion vim.nix
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,10 @@ in {
rust-analyzer
typescript-language-server
terraform-ls
#
#linters
pylint
yamllint
#
rustfmt
(python3.withPackages (python-pkgs: [python-pkgs.mdformat-gfm]))
];
Expand Down

0 comments on commit 8259623

Please sign in to comment.