nvim config stolen from @Lukacms
This commit is contained in:
37
nvim/snippets/python.json
Normal file
37
nvim/snippets/python.json
Normal file
@@ -0,0 +1,37 @@
|
||||
{
|
||||
"header": {
|
||||
"prefix": "header_py",
|
||||
"body": [
|
||||
"##",
|
||||
"## EPITECH PROJECT, 2023",
|
||||
"## $TM_DIRECTORY",
|
||||
"## File description:",
|
||||
"## $TM_FILENAME_BASE",
|
||||
"##",
|
||||
"",
|
||||
"$0"
|
||||
],
|
||||
"description": "code snippet for python header"
|
||||
},
|
||||
"rich print": {
|
||||
"prefix": "frich",
|
||||
"body": [
|
||||
"from rich import print as rprint"
|
||||
],
|
||||
"description": ""
|
||||
},
|
||||
"pandas import": {
|
||||
"prefix": "ipd",
|
||||
"body": [
|
||||
"import pandas as pd"
|
||||
],
|
||||
"description": ""
|
||||
},
|
||||
"numpy import": {
|
||||
"prefix": "inp",
|
||||
"body": [
|
||||
"import numpy as np"
|
||||
],
|
||||
"description": ""
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user