From 53ed90b43dc82aa4a00d49db9736e80463c76cec Mon Sep 17 00:00:00 2001 From: Leon Kowarschick Date: Fri, 12 Apr 2024 18:38:13 +0200 Subject: [PATCH] asdf --- .../nvim/fnl/dots/plugins/bufferline.fnl | 3 +- .../nvim/fnl/dots/plugins/treesitter.fnl | 35 ++++++++++--------- 2 files changed, 20 insertions(+), 18 deletions(-) diff --git a/nvim/.config/nvim/fnl/dots/plugins/bufferline.fnl b/nvim/.config/nvim/fnl/dots/plugins/bufferline.fnl index 3310243..b9cfb7f 100644 --- a/nvim/.config/nvim/fnl/dots/plugins/bufferline.fnl +++ b/nvim/.config/nvim/fnl/dots/plugins/bufferline.fnl @@ -61,7 +61,8 @@ :separator_visible {:bg colors.red} :separator_selected {:bg colors.red} :indicator_selected {:bg colors.neutral_aqua :fg colors.neutral_aqua :italic false :bold false} - ;:tab_separator {:bg colors.red} + + :tab_separator {:bg colors.red} :tab_separator_selected {:bg colors.neutral_aqua :fg colors.neutral_aqua} ; stuff I've never seen before :thonk: diff --git a/nvim/.config/nvim/fnl/dots/plugins/treesitter.fnl b/nvim/.config/nvim/fnl/dots/plugins/treesitter.fnl index 6436a9d..b6eab92 100644 --- a/nvim/.config/nvim/fnl/dots/plugins/treesitter.fnl +++ b/nvim/.config/nvim/fnl/dots/plugins/treesitter.fnl @@ -42,20 +42,21 @@ :goto_node "" :show_help "?"}}})) -[(utils.plugin :nvim-treesitter/nvim-treesitter - {:config setup - :lazy true - :event ["VeryLazy"] - :build ":TSUpdate"}) - (utils.plugin :RRethy/nvim-treesitter-textsubjects - {:dependencies [:nvim-treesitter/nvim-treesitter] - :lazy true - :event ["VeryLazy"]}) - (utils.plugin :JoosepAlviste/nvim-ts-context-commentstring - {:event ["VeryLazy"] - :lazy true - :dependencies [:nvim-treesitter/nvim-treesitter]}) - (utils.plugin :nvim-treesitter/playground - {:event ["VeryLazy"] - :lazy true - :dependencies [:nvim-treesitter/nvim-treesitter]})] +;[(utils.plugin :nvim-treesitter/nvim-treesitter + ;{:config setup + ;:lazy true + ;:event ["VeryLazy"] + ;:build ":TSUpdate"}) + ;(utils.plugin :RRethy/nvim-treesitter-textsubjects + ;{:dependencies [:nvim-treesitter/nvim-treesitter] + ;:lazy true + ;:event ["VeryLazy"]}) + ;(utils.plugin :JoosepAlviste/nvim-ts-context-commentstring + ;{:event ["VeryLazy"] + ;:lazy true + ;:dependencies [:nvim-treesitter/nvim-treesitter]}) + ;(utils.plugin :nvim-treesitter/playground + ;{:event ["VeryLazy"] + ;:lazy true + ;:dependencies [:nvim-treesitter/nvim-treesitter]})] +[]