- Add gitgutter vim plugin to ideavimrc

- Remove nvim lazy-lock.json from git
- Updated .gitignore
This commit is contained in:
Pratik Tripathy
2023-10-28 20:09:58 +05:30
parent a4ee3624d0
commit 2fff17cb88
3 changed files with 4 additions and 55 deletions

3
.gitignore vendored
View File

@@ -55,7 +55,7 @@ Temporary Items
!.vscode/extensions/**/*.json # Only json files inside the .vscode/extensions/ folder
# Intellij IDE Artifacts
.idea/
**.idea/
*.imi
*.jar
*.tar
@@ -69,6 +69,7 @@ tasks/
# ---- Programming Languages ----
# Ignore all downloaded node modules
node_modules/*
**lock.json
# Ignore all minified js files
*.min.js