mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-24 00:29:43 -04:00
Added
This commit is contained in:
parent
211de8d387
commit
0115561714
3 changed files with 6 additions and 2 deletions
|
|
@ -92,12 +92,15 @@ function dev() {
|
||||||
case $choice in
|
case $choice in
|
||||||
1)
|
1)
|
||||||
(cd ~/Documents/developerEnvs/webDev && nix develop)
|
(cd ~/Documents/developerEnvs/webDev && nix develop)
|
||||||
|
echo "Don't forget to cd into your projects directory. Have a great day!"
|
||||||
;;
|
;;
|
||||||
2)
|
2)
|
||||||
(cd ~/Documents/developerEnvs/elixirDev && nix develop)
|
(cd ~/Documents/developerEnvs/elixirDev && nix develop)
|
||||||
|
echo "Don't forget to cd into your projects directory. Have a great day!"
|
||||||
;;
|
;;
|
||||||
3)
|
3)
|
||||||
(cd ~/Documents/developerEnvs/haskellDev && nix develop)
|
(cd ~/Documents/developerEnvs/haskellDev && nix develop)
|
||||||
|
echo "Don't forget to cd into your projects directory. Have a great day!"
|
||||||
;;
|
;;
|
||||||
# Add more cases here...
|
# Add more cases here...
|
||||||
*)
|
*)
|
||||||
|
|
|
||||||
|
|
@ -23,7 +23,8 @@ lsp.setup_servers({
|
||||||
'lua_ls',
|
'lua_ls',
|
||||||
'marksman',
|
'marksman',
|
||||||
'purescriptls',
|
'purescriptls',
|
||||||
'tailwindcss'
|
'tailwindcss',
|
||||||
|
'bashls'
|
||||||
})
|
})
|
||||||
|
|
||||||
-- (Optional) Configure lua language server for neovim
|
-- (Optional) Configure lua language server for neovim
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue