Enable project specific configuration
This commit is contained in:
parent
0caa8c07fc
commit
1b881c1559
2 changed files with 7 additions and 0 deletions
|
|
@ -42,5 +42,8 @@ neovim_plugins:
|
||||||
- url: 'https://github.com/projekt0n/github-nvim-theme.git'
|
- url: 'https://github.com/projekt0n/github-nvim-theme.git'
|
||||||
name: 'github-colors'
|
name: 'github-colors'
|
||||||
version: 'v1.1.2'
|
version: 'v1.1.2'
|
||||||
|
- url: 'https://github.com/stevearc/conform.nvim.git'
|
||||||
|
name: 'conform.nvim'
|
||||||
|
version: 'v9.0.0'
|
||||||
|
|
||||||
language_servers: []
|
language_servers: []
|
||||||
|
|
|
||||||
|
|
@ -55,5 +55,9 @@ vim.o.termguicolors = true
|
||||||
vim.g.loaded_netrw = 1
|
vim.g.loaded_netrw = 1
|
||||||
vim.g.loaded_netrwPlugin = 1
|
vim.g.loaded_netrwPlugin = 1
|
||||||
|
|
||||||
|
-- load project specific configuration files
|
||||||
|
vim.o.exrc = true
|
||||||
|
vim.o.secure = true
|
||||||
|
|
||||||
-- python interpreter
|
-- python interpreter
|
||||||
vim.g.python3_host_prog = '/usr/bin/python3'
|
vim.g.python3_host_prog = '/usr/bin/python3'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue