Enable project specific configuration

This commit is contained in:
Sonny Bakker 2025-04-03 21:27:18 +02:00
parent 0caa8c07fc
commit 1b881c1559
2 changed files with 7 additions and 0 deletions

View file

@ -55,5 +55,9 @@ vim.o.termguicolors = true
vim.g.loaded_netrw = 1
vim.g.loaded_netrwPlugin = 1
-- load project specific configuration files
vim.o.exrc = true
vim.o.secure = true
-- python interpreter
vim.g.python3_host_prog = '/usr/bin/python3'