mirror of
https://github.com/pratiktri/dotfiles.git
synced 2026-02-04 08:41:43 +05:30
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:
@@ -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
|
||||
}
|
||||
|
||||
@@ -105,4 +105,3 @@ nvim_switch/
|
||||
.prettierignore
|
||||
package-lock.json
|
||||
.prettierrc
|
||||
.prettierrc
|
||||
|
||||
2
common/.vscode/extensions/extensions.json
vendored
2
common/.vscode/extensions/extensions.json
vendored
File diff suppressed because one or more lines are too long
@@ -68,7 +68,7 @@ zi snippet OMZP::git
|
||||
zi snippet OMZP::gitignore
|
||||
zi snippet OMZP::kitty
|
||||
zi snippet OMZP::podman
|
||||
zi snippet OMZP::rust
|
||||
# zi snippet OMZP::rust
|
||||
zi snippet OMZP::sudo
|
||||
zi snippet OMZP::systemd
|
||||
zi snippet OMZP::timer
|
||||
|
||||
Reference in New Issue
Block a user