From 48315bc5d678c46503e0d2be999d2ffe1049067a Mon Sep 17 00:00:00 2001 From: Gustaf Rydholm Date: Mon, 10 Oct 2022 23:24:08 +0200 Subject: Remove nvim-tree --- fnl/config/init.fnl | 1 - fnl/config/nvim-tree.fnl | 67 ------------------------------------------------ fnl/plugins.fnl | 1 - 3 files changed, 69 deletions(-) delete mode 100644 fnl/config/nvim-tree.fnl (limited to 'fnl') diff --git a/fnl/config/init.fnl b/fnl/config/init.fnl index 46a3c3b..059a42b 100644 --- a/fnl/config/init.fnl +++ b/fnl/config/init.fnl @@ -20,7 +20,6 @@ config.lualine config.minibar config.neogit - config.nvim-tree config.orgmode config.project config.spectre diff --git a/fnl/config/nvim-tree.fnl b/fnl/config/nvim-tree.fnl deleted file mode 100644 index 097ae47..0000000 --- a/fnl/config/nvim-tree.fnl +++ /dev/null @@ -1,67 +0,0 @@ -;; A vertical sidebar file explorer. -(module config.nvim-tree {autoload {: util nvim aniseed.nvim}}) - -(let [nvim-tree (util.load-plugin :nvim-tree) - nvim-tree-config (util.load-plugin :nvim-tree.config)] - (let [tree-cb nvim-tree-config.nvim_tree_callback] - (nvim-tree.setup {:auto_reload_on_write true - :disable_netrw false - :hijack_cursor false - :hijack_netrw true - :filesystem_watchers {:enable true :debounce_delay 100} - :hijack_unnamed_buffer_when_opening false - :ignore_buffer_on_setup false - :open_on_setup false - :open_on_tab false - :sort_by :name - :update_cwd true - :view {:width 30 - :side :left - :preserve_window_proportions false - :number false - :hide_root_folder false - :relativenumber false - :signcolumn :yes - :mappings {:custom_only false - :list [{:key [:l : :o] - :cb (tree_cb :edit)} - {:key :h - :cb (tree_cb :close_node)} - {:key :v :cb (tree_cb :vsplit)}]}} - :renderer {:icons {:webdev_colors false}} - :hijack_directories {:enable false} - :update_focused_file {:enable true - :update_cwd true - :ignore_list {}} - :ignore_ft_on_setup [:startify :dashboard :alpha] - :system_open {:cmd nil :args {}} - :diagnostics {:enable true - :show_on_dirs false - :icons {:hint "" - :info "" - :warning "" - :error ""}} - :filters {:dotfiles false :custom {} :exclude {}} - :git {:enable true :ignore true :timeout 400} - :actions {:change_dir {:enable true :global false} - :open_file {:quit_on_open false - :resize_window false - :window_picker {:enable true - :chars :ABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890 - :exclude {:filetype [:notify - :packer - :qf - :diff - :fugitive - :fugitiveblame] - :buftype [:nofile - :terminal - :help]}}}} - :trash {:cmd :trash :require_confirm true} - :log {:enable false - :truncate false - :types {:all false - :config false - :copy_paste false - :git false - :profile false}}}))) diff --git a/fnl/plugins.fnl b/fnl/plugins.fnl index 6b48bea..2b29d80 100644 --- a/fnl/plugins.fnl +++ b/fnl/plugins.fnl @@ -38,7 +38,6 @@ :neovim/nvim-lspconfig {} :windwp/nvim-spectre {} :kylechui/nvim-surround {} - :kyazdani42/nvim-tree.lua {:requires [:kyazdani42/nvim-web-devicons]} :nvim-treesitter/nvim-treesitter {:run ":TSUpdate"} :JoosepAlviste/nvim-ts-context-commentstring {} :kyazdani42/nvim-web-devicons {} -- cgit v1.2.3-70-g09d2