Add nvim-tree setup

This commit is contained in:
Sonny Bakker 2024-08-26 20:14:12 +02:00
parent 7f908f1c40
commit 80222dd489
6 changed files with 29 additions and 3 deletions

View file

@ -55,5 +55,9 @@ vim.o.background = 'light'
vim.o.laststatus = 2
vim.o.statusline = ' %F %m%r%w %= %{hostname()} %{strlen(&ft)?&ft:"none"} %{(&bomb?",BOM":"")} %{&ff} %l/%L %c %P'
-- use a dedicated file explorer
vim.g.loaded_netrw = 1
vim.g.loaded_netrwPlugin = 1
-- python interpreter
vim.g.python3_host_prog = './env/bin/python'