This commit is contained in:
Gregory Burd 2024-05-03 22:14:11 +00:00
parent 4e2b4bde26
commit 756476561f

View file

@ -10,22 +10,23 @@
clang clang
clang-tools clang-tools
ed ed
fira-code-nerdfont
gcc gcc
gdb gdb
gettext gettext
glibc.out
glibc.static
gnumake
graphviz-nox graphviz-nox
libbacktrace
libtool libtool
lldb lldb
m4 m4
gnumake
neovim neovim
perl perl
pkg-config pkg-config
python3 python3
ripgrep ripgrep
libbacktrace
glibc.out
glibc.static
# pkgs.python311 # pkgs.python311
# pkgs.python311Packages.pip # pkgs.python311Packages.pip
]; ];
@ -34,39 +35,37 @@
idx = { idx = {
# Search for the extensions you want on https://open-vsx.org/ and use "publisher.id" # Search for the extensions you want on https://open-vsx.org/ and use "publisher.id"
extensions = [ extensions = [
"vscodevim.vim"
"asvetliakov.vscode-neovim" "asvetliakov.vscode-neovim"
"coolbear.systemd-unit-file" "coolbear.systemd-unit-file"
"dotjoshjohnson.xml" "dotjoshjohnson.xml"
"eamodio.gitlens"
"editorconfig.editorconfig" "editorconfig.editorconfig"
"esbenp.prettier-vscode" "esbenp.prettier-vscode"
"github.copilot"
"github.vscode-github-actions"
"golang.go" "golang.go"
#"jnoortheen.nix-ide"
"mads-hartmann.bash-ide-vscode" "mads-hartmann.bash-ide-vscode"
"ms-azuretools.vscode-docker" "ms-azuretools.vscode-docker"
"ms-python.python" "ms-python.python"
"ms-python.vscode-pylance" "ms-python.vscode-pylance"
"ms-vscode.clangd"
"ms-vscode.cmake-tools" "ms-vscode.cmake-tools"
"ms-vscode.cpptools" "ms-vscode.cpptools"
"ms-vscode.cpptools-extension-pack" "ms-vscode.cpptools-extension-pack"
"ms-vscode.makefile-tools" "ms-vscode.makefile-tools"
"ms-vsliveshare.vsliveshare" "ms-vsliveshare.vsliveshare"
"mspython.debugpy"
"redhat.vscode-yaml" "redhat.vscode-yaml"
"rogalmic.bash-debug"
"ryu1kn.partial-diff" "ryu1kn.partial-diff"
"scala-lang.scala" "scala-lang.scala"
"scalameta.metals" "scalameta.metals"
"streetsidesoftware.code-spell-checker" "streetsidesoftware.code-spell-checker"
"timonwong.shellcheck" "timonwong.shellcheck"
"tuttieee.emacs-mcx"
"vscode-icons-team.vscode-icons"
"yzhang.markdown-all-in-one"
"rogalmic.bash-debug"
"znck.grammarly"
"twxs.cmake" "twxs.cmake"
"mspython.debugpy" "vadimcn.vscode-lldb"
"vscode-icons-team.vscode-icons"
"vscodevim.vim"
"yzhang.markdown-all-in-one"
"znck.grammarly"
#"jnoortheen.nix-ide"
]; ];
# Enable previews # Enable previews
previews = { previews = {