chore: Regular updates

- chore(vscode): Enable Smart Relative Line
- chore(vscode): Extension updates
- feat(codium): Configure Codium with VsCode
- chore(prettierigore): Remove duplicate entries
- fix(zsh): Disable Rust snippet loading as it is causing issues
This commit is contained in:
Pratik Tripathy
2024-08-05 18:10:39 +05:30
parent 3301f60c0c
commit dc06b44e5a
4 changed files with 8 additions and 8 deletions

View File

@@ -69,6 +69,7 @@
"vim.cursorStylePerMode.visual": "block",
"vim.cursorStylePerMode.visualblock": "block",
"vim.cursorStylePerMode.visualline": "block",
"vim.smartRelativeLine": true,
"vim.easymotion": true,
"vscode-neovim.useWSL": true,
"vscode-neovim.neovimExecutablePaths.linux": "/home/pratik/downloads/nvim.appimage",
@@ -230,10 +231,7 @@
// Shell check plugin
"shellcheck.run": "onSave",
"shellcheck.exclude": [
"2181",
"2039"
],
"shellcheck.exclude": ["2181", "2039"],
// JavaScript
"typescript.suggest.paths": false,
@@ -291,5 +289,8 @@
// SQL
"sql-formatter.uppercase": true,
"sql-formatter.dialect": "pl/sql"
"sql-formatter.dialect": "pl/sql",
// Codium
"codium.codeCompletion.enable": true
}