mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 22:59:15 +00:00
ref(nix): drop neovim legacy support
This commit is contained in:
parent
83bdeb6977
commit
8e78bef74b
30 changed files with 1 additions and 1 deletions
9
nix/home/common/neovim/nvim/snippets/rust.json
Normal file
9
nix/home/common/neovim/nvim/snippets/rust.json
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"Create main function": {
|
||||
"prefix": "main",
|
||||
"body": [
|
||||
"${0}",
|
||||
"fn main() {}"
|
||||
]
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue