DEV Community

Discussion on: Show off your Text Editor 👨🏻‍💻

Collapse
 
bauripalash profile image
Palash Bauri 👻

Quick Edit : NeoVim

Kind Of IDE : VS Code

VSCode settings.json :

{
    "gitlens.advanced.messages": {
        "suppressCommitHasNoPreviousCommitWarning": false,
        "suppressCommitNotFoundWarning": false,
        "suppressFileNotUnderSourceControlWarning": false,
        "suppressGitVersionWarning": false,
        "suppressLineUncommittedWarning": false,
        "suppressNoRepositoryWarning": false,
        "suppressResultsExplorerNotice": false,
        "suppressUpdateNotice": false,
        "suppressWelcomeNotice": true
    },
    "liveServer.settings.donotVerifyTags": true,
    "liveServer.settings.port": 0,
    "cSpell.userWords": [
        "Gitlab"
    ],
    "python.linting.pylintEnabled": false,
    "python.pythonPath": "/home/palash/anaconda3/bin/python",
    "eslint.packageManager": "yarn",
    "workbench.colorTheme": "Abyss",
    "editor.fontFamily": "Fira Code",
    "editor.fontLigatures": true,
    "editor.fontWeight": "400", // Medium
}