Caution
I've moved this gist over to a template repository here. Everything here is unmaintained...
Following are the extensions required for neovim:
| [[language]] | |
| name = "python" | |
| roots = ["pyproject.toml"] | |
| formatter = { command = "black", args = ["--quiet", "-"] } | |
| language-server = { command = "pyright-langserver", args = ["--stdio"] } | |
| config = {} | |
| auto-format = true | |
| [[language]] | |
| name = "rust" |
| [ | |
| { | |
| "command": "projectManager.listGitProjects#sideBarGit", | |
| "key": "cmd+o" | |
| }, | |
| { | |
| "command": "expand_region", | |
| "key": "ctrl+=", | |
| "when": "editorTextFocus" | |
| }, |
| loadkeys us-acentos | |
| setfont Lat2-Terminus16 | |
| timedatectl | |
| fdisk -l | |
| fdisk /dev/vda | |
| g | |
| n | |
| <default> | |
| <enter> | |
| +512M |
Caution
I've moved this gist over to a template repository here. Everything here is unmaintained...
Following are the extensions required for neovim: