nvim: Switched to Astronvim, added as submodule

This commit is contained in:
Ismo Vuorinen
2023-02-13 17:12:45 +02:00
parent cacc98a7d3
commit 4d8d70d390
11 changed files with 125 additions and 898 deletions

19
ecrc Normal file
View File

@@ -0,0 +1,19 @@
{
"Version": "2.7.0",
"Verbose": false,
"Debug": false,
"IgnoreDefaults": false,
"SpacesAftertabs": false,
"NoColor": false,
"Exclude": [],
"AllowedContentTypes": [],
"PassedFiles": [],
"Disable": {
"EndOfLine": false,
"Indentation": false,
"InsertFinalNewline": false,
"TrimTrailingWhitespace": false,
"IndentSize": false,
"MaxLineLength": false
}
}