changed some treesitter nonsense

This commit is contained in:
2026-05-03 19:58:07 +01:00
parent 169c146b1f
commit 09f5dd3037
4 changed files with 6 additions and 4 deletions

6
flake.lock generated
View File

@@ -2,11 +2,11 @@
"nodes": {
"nixpkgs": {
"locked": {
"lastModified": 1776169885,
"narHash": "sha256-l/iNYDZ4bGOAFQY2q8y5OAfBBtrDAaPuRQqWaFHVRXM=",
"lastModified": 1777578337,
"narHash": "sha256-Ad49moKWeXtKBJNy2ebiTQUEgdLyvGmTeykAQ9xM+Z4=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "4bd9165a9165d7b5e33ae57f3eecbcb28fb231c9",
"rev": "15f4ee454b1dce334612fa6843b3e05cf546efab",
"type": "github"
},
"original": {

View File

@@ -7,6 +7,7 @@ require("conform").setup({
formatters_by_ft = {
lua = { "stylua" },
javascript = { "prettier" },
html = { "prettier" },
python = { "black" },
nix = { "nixfmt" },
css = { "prettier" },

View File

@@ -8,6 +8,7 @@ require("nvim-treesitter").setup({
require("nvim-treesitter").install({
"bash",
"html",
"svelte",
"latex",
"javascript",
"json",

View File

@@ -10,7 +10,7 @@ vim.pack.add({
require("telescope").setup({
defaults = {
file_ignore_patterns = { ".git", ".venv", ".node_modules" },
file_ignore_patterns = { ".git", ".venv", ".node_modules", "node_modules", ".svelte-kit", ".vscode" },
},
pickers = {
live_grep = {