Skip to content

Commit

Permalink
nix support
Browse files Browse the repository at this point in the history
  • Loading branch information
samialdury committed Oct 7, 2024
1 parent a27e62d commit 36ed57a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .config/nvim/lua/sami/plugins/format.lua
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ return {
terraform = { 'tofu_fmt' },
tf = { 'tofu_fmt' },
['terraform-vars'] = { 'tofu_fmt' },
-- nix = { 'nixfmt' },
},
linters_by_ft = {
dockerfile = { 'hadolint' },
Expand Down
1 change: 1 addition & 0 deletions .config/nvim/lua/sami/plugins/lsp.lua
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,7 @@ return {
prettierd = {},
tailwindcss = {},
markdownlint = {},
nil_ls = {},
hadolint = {},
dockerls = {},
docker_compose_language_service = {},
Expand Down
1 change: 1 addition & 0 deletions .config/nvim/lua/sami/plugins/treesitter.lua
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ return {
'markdown',
'markdown_inline',
'make',
'nix',
'php',
'php_only',
'proto',
Expand Down

0 comments on commit 36ed57a

Please sign in to comment.