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

@ -42,5 +42,8 @@ neovim_plugins:
- url: 'https://github.com/projekt0n/github-nvim-theme.git'
name: 'github-colors'
version: 'v1.1.2'
- url: 'https://github.com/stevearc/conform.nvim.git'
name: 'conform.nvim'
version: 'v9.0.0'
language_servers: []

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'