Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Open sidebar
Sublime Music
Sublime Music
Commits
eab7b33a
Verified
Commit
eab7b33a
authored
Nov 23, 2020
by
Sumner Evans
💬
Browse files
Add jedi, neovim to Nix shell
parent
8fef15b1
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
1 deletion
+8
-1
shell.nix
shell.nix
+8
-1
No files found.
shell.nix
View file @
eab7b33a
...
...
@@ -24,7 +24,14 @@ pkgs.mkShell {
cairo
mpv
poetry
python38
(
python38
.
withPackages
(
ps
:
with
ps
;
[
jedi
neovim
]
)
)
rnix-lsp
];
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment