trying to get nvim running:
This commit is contained in:
@@ -14,6 +14,8 @@ See this for problems trying to clone into non-empty directory: https://stackove
|
|||||||
1. run `nix-shell` from $HOME. The `shell.nix` in this repo should have neovim, ripgrep, and packer as dependencies.
|
1. run `nix-shell` from $HOME. The `shell.nix` in this repo should have neovim, ripgrep, and packer as dependencies.
|
||||||
2. open nvim anywhere. `nvim .`
|
2. open nvim anywhere. `nvim .`
|
||||||
3. run `:PackerSync`
|
3. run `:PackerSync`
|
||||||
|
- if this doesn't work, try this to get nvim to load packer: `git clone --depth 1 https://github.com/wbthomason/packer.nvim\
|
||||||
|
~/.local/share/nvim/site/pack/packer/start/packer.nvim`
|
||||||
4. `:q` and then again `nvim .`
|
4. `:q` and then again `nvim .`
|
||||||
|
|
||||||
#### Details
|
#### Details
|
||||||
|
|||||||
@@ -14,9 +14,9 @@ pkgs.mkShell {
|
|||||||
go
|
go
|
||||||
clang
|
clang
|
||||||
postgresql
|
postgresql
|
||||||
neovim
|
|
||||||
ripgrep
|
|
||||||
packer
|
packer
|
||||||
|
ripgrep
|
||||||
|
neovim
|
||||||
nodejs
|
nodejs
|
||||||
cmake
|
cmake
|
||||||
rustc
|
rustc
|
||||||
@@ -55,6 +55,10 @@ pkgs.mkShell {
|
|||||||
|
|
||||||
shellHook = ''
|
shellHook = ''
|
||||||
echo hello
|
echo hello
|
||||||
|
echo "git: $(git --version)"
|
||||||
|
echo "htop: $(htop --version)"
|
||||||
|
echo "python: $(python --version)"
|
||||||
|
echo "gstreamer: $(gst-inspect-1.0 --version)"
|
||||||
'';
|
'';
|
||||||
|
|
||||||
MY_ENVIRONMENT_VARIABLE = "world";
|
MY_ENVIRONMENT_VARIABLE = "world";
|
||||||
|
|||||||
Reference in New Issue
Block a user