Enable project specific configuration
This commit is contained in:
parent
0caa8c07fc
commit
1b881c1559
2 changed files with 7 additions and 0 deletions
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue