diff options
| author | Mitchell Riedstra <mitch@riedstra.dev> | 2023-01-11 23:19:33 -0500 |
|---|---|---|
| committer | Mitchell Riedstra <mitch@riedstra.dev> | 2023-01-11 23:19:33 -0500 |
| commit | e1dd4d8f20a304545c1acc301d097c16506b2c90 (patch) | |
| tree | 111a2e2e31a8775db64e72a6c36f980a4ece6867 /after | |
| parent | 45a09b825a99a031f940e7fa2dc48fc271b4f1c2 (diff) | |
| download | nvim-config-e1dd4d8f20a304545c1acc301d097c16506b2c90.tar.gz nvim-config-e1dd4d8f20a304545c1acc301d097c16506b2c90.tar.xz | |
Finish removing nvim-tree. Add a couple of themes and a script to install them for the xfce4 terminal
Diffstat (limited to 'after')
| -rw-r--r-- | after/plugin/nvim-tree.lua | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/after/plugin/nvim-tree.lua b/after/plugin/nvim-tree.lua deleted file mode 100644 index d89c294..0000000 --- a/after/plugin/nvim-tree.lua +++ /dev/null @@ -1,24 +0,0 @@ --- set termguicolors to enable highlight groups -vim.opt.termguicolors = true - --- empty setup using defaults -require("nvim-tree").setup() - --- OR setup with some options -require("nvim-tree").setup({ - sort_by = "case_sensitive", - view = { - adaptive_size = true, - mappings = { - list = { - { key = "u", action = "dir_up" }, - }, - }, - }, - renderer = { - group_empty = true, - }, - filters = { - dotfiles = true, - }, -}) |
