Add nvim-tree setup
This commit is contained in:
parent
7f908f1c40
commit
80222dd489
6 changed files with 29 additions and 3 deletions
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue