update to work with asdf-0.16 or newer
- Download the latest asdf
wget https://github.com/asdf-vm/asdf/releases/download/v0.18.0/asdf-v0.18.0-linux-amd64.tar.gz- Extract the downloaded file
| "use client"; | |
| import { useState, useRef, useEffect } from "react"; | |
| import { AnimatePresence, motion } from "framer-motion"; | |
| import { ChevronDown, ExternalLink } from "lucide-react"; | |
| import useClickOutside from "@/hooks/useClickOutside"; | |
| import { Project, projects } from "@/data/projects"; |
| { | |
| "window.menuBarVisibility": "toggle", | |
| "workbench.startupEditor": "newUntitledFile", | |
| "workbench.iconTheme": "symbols", | |
| "workbench.colorTheme": "Min Dark", | |
| "workbench.productIconTheme": "fluent-icons", | |
| "workbench.editor.labelFormat": "short", | |
| "window.zoomLevel": -0.5, | |
| "window.titleBarStyle": "custom", |
| call plug#begin('~/.local/share/nvim/plugged') | |
| Plug 'SirVer/ultisnips' | |
| Plug 'honza/vim-snippets' | |
| call plug#end() | |
| let g:UltiSnipsExpandTrigger="<tab>" | |
| let g:UltiSnipsJumpForwardTrigger="<tab>" | |
| let g:UltiSnipsJumpBackwardTrigger="<c-b>" |
| let g:UltiSnipsExpandTrigger="<tab>" | |
| let g:UltiSnipsJumpForwardTrigger="<tab>" | |
| let g:UltiSnipsJumpBackwardTrigger="<c-b>" |
| snippet i "import module" | |
| import ${1} from '${2}'; | |
| endsnippet |
| let g:UltiSnipsSnippetDirectories=[$HOME.'/.vim/UltiSnips'] |
| call plug#begin('~/.local/share/nvim/plugged') | |
| Plug 'SirVer/ultisnips' | |
| Plug 'honza/vim-snippets' | |
| call plug#end() |
I hereby claim:
To claim this, I am signing this object: