parent
aeae84f66d
commit
5cb0b971cc
6 changed files with 29 additions and 4 deletions
homeManagerModules/neovim/langs/python
|
@ -15,7 +15,7 @@
|
|||
})
|
||||
++ py.python-lsp-server.optional-dependencies.all;
|
||||
in {
|
||||
config = mkIf cfg.enable {
|
||||
config = mkIf (cfg.enable && cfg.ideConfig.enablePython) {
|
||||
programs = {
|
||||
neovim = {
|
||||
withPython3 = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue