From f318452070d42e51231f7880a5d0eaa93d978a1e Mon Sep 17 00:00:00 2001 From: Gustaf Rydholm Date: Wed, 11 Jan 2023 00:41:17 +0100 Subject: Rip aniseed, hail hotpot --- fnl/config/treesitter.fnl | 39 --------------------------------------- 1 file changed, 39 deletions(-) delete mode 100644 fnl/config/treesitter.fnl (limited to 'fnl/config/treesitter.fnl') diff --git a/fnl/config/treesitter.fnl b/fnl/config/treesitter.fnl deleted file mode 100644 index 1d96a13..0000000 --- a/fnl/config/treesitter.fnl +++ /dev/null @@ -1,39 +0,0 @@ -;; Treesitter is a tool for building syntax trees for source files. -;; In the neovim context it helps with better coloring. - -(local opts {:ensure_installed [:c - :rust - :lua - :hcl - :org - :haskell - :python - :fennel - :make - :go - :ocaml - :erlang - :vim - :yaml - :html - :toml - :dockerfile - :markdown - :latex] - :sync_install false - :ignore_install [""] - :autopairs {:enable true} - :highlight {:enable true :disable [:org]} - :context_commentstring {:enable true :enable_autocmd false} - :indent {:enable true :disable [:yaml :python :css]} - :playground {:enable true}}) - -(fn setup [] - (let [treesitter (require :nvim-treesitter.configs)] - (treesitter.setup opts))) - -{1 :nvim-treesitter/nvim-treesitter - :build ":TSUpdate" - :event :BufReadPost - :config (fn [] - (setup))} -- cgit v1.2.3-70-g09d2