From aceb6065119d621a84d0eceb9017f7036e24acee Mon Sep 17 00:00:00 2001 From: sefidel Date: Sat, 26 Feb 2022 14:55:27 +0900 Subject: feat(treesitter): cleanup --- fnl/nvrc/packs/treesitter.fnl | 28 +++------------------------- 1 file changed, 3 insertions(+), 25 deletions(-) (limited to 'fnl/nvrc/packs') diff --git a/fnl/nvrc/packs/treesitter.fnl b/fnl/nvrc/packs/treesitter.fnl index befcbc9..2d12e1a 100644 --- a/fnl/nvrc/packs/treesitter.fnl +++ b/fnl/nvrc/packs/treesitter.fnl @@ -3,9 +3,8 @@ (local colors (require :nvrc.colors)) (setup {:ensure_installed [:fennel :lua :nix] - :highlight {:enable true} - :context_commentstring {:enable true - :config {:fennel "; %s"}} + :highlight {:enable true + :use_languagetree true} :rainbow {:enable true :extended_mode true :max_file_lines 2000 @@ -15,25 +14,4 @@ (. colors :blue) (. colors :violet) (. colors :magenta)]} - :indent {:enable true} - :refactor {:highlight_definitions {:enable true} - :highlight_current_scope {:enable false} - :smart_rename {:enable true - :keymaps {:smart_rename :grr}} - :navigation {:enable true - :keymaps {:goto_definition :gnd - :list_definitions :gnD - :goto_next_usage : - :goto_previous_usage :}}} - :textobjects {:select {:enable true - :lookahead true - :keymaps {:if "@function.inner" - :af "@function.outer" - :ic "@class.inner" - :ac "@class.outer" - :ia "@parameter.inner" - :aa "@parameter.outer"}} - :swap {:enable true - :swap_next {:> "@parameter.inner"} - :swap_previous {:< "@parameter.inner"}}} - :matchup {:enable true}}) + :indent {:enable true}}) -- cgit 1.4.1