mirror of
https://github.com/kp2pml30/dotfiles.git
synced 2026-02-16 23:34:42 +04:00
add server
This commit is contained in:
parent
284b131058
commit
95f65d9c03
18 changed files with 358 additions and 112 deletions
|
|
@ -1,21 +1,28 @@
|
|||
{
|
||||
"window.titleBarStyle": "custom",
|
||||
"editor.renderWhitespace": "all",
|
||||
"files.trimTrailingWhitespace": true,
|
||||
"editor.renderFinalNewline": "off",
|
||||
"files.insertFinalNewline": true,
|
||||
"C_Cpp.autocomplete": "disabled",
|
||||
"clangd.detectExtensionConflicts": false,
|
||||
"editor.fontFamily": "Fira Code, FiraCode, Consolas, 'monospace', monospace",
|
||||
"editor.fontLigatures": true,
|
||||
"extensions.ignoreRecommendations": true,
|
||||
"editor.accessibilitySupport": "off",
|
||||
"files.trimFinalNewlines": true,
|
||||
"editor.padding.top": 64,
|
||||
"explorer.confirmDragAndDrop": false,
|
||||
"git.openRepositoryInParentFolders": "always",
|
||||
"cmake.preferredGenerators": [
|
||||
"Ninja"
|
||||
],
|
||||
"cSpell.language": "en,ru"
|
||||
"window.titleBarStyle": "custom",
|
||||
|
||||
"editor.fontFamily": "Fira Code, FiraCode, Consolas, 'monospace', monospace",
|
||||
"editor.fontLigatures": true,
|
||||
|
||||
"files.trimTrailingWhitespace": true,
|
||||
"files.insertFinalNewline": true,
|
||||
"files.trimFinalNewlines": true,
|
||||
"editor.padding.top": 64,
|
||||
"editor.renderWhitespace": "all",
|
||||
"editor.renderFinalNewline": "off",
|
||||
|
||||
"editor.accessibilitySupport": "off",
|
||||
"explorer.confirmDragAndDrop": false,
|
||||
|
||||
"extensions.ignoreRecommendations": true,
|
||||
|
||||
"C_Cpp.autocomplete": "disabled",
|
||||
"clangd.detectExtensionConflicts": false,
|
||||
|
||||
"git.openRepositoryInParentFolders": "always",
|
||||
|
||||
"cmake.preferredGenerators": [
|
||||
"Ninja"
|
||||
],
|
||||
"cSpell.language": "en,ru"
|
||||
}
|
||||
|
|
|
|||
54
vscode/words.txt
Normal file
54
vscode/words.txt
Normal file
|
|
@ -0,0 +1,54 @@
|
|||
# architectures
|
||||
aarch
|
||||
simd
|
||||
|
||||
# build systems
|
||||
cflags
|
||||
cxxflags
|
||||
ldflags
|
||||
sysroot
|
||||
depfile
|
||||
codegen
|
||||
|
||||
# bash
|
||||
pushd
|
||||
popd
|
||||
|
||||
# language abbreviations
|
||||
errno
|
||||
syscall
|
||||
callconv
|
||||
noreturn
|
||||
orelse
|
||||
defer
|
||||
threadlocal
|
||||
|
||||
# compiler
|
||||
klass
|
||||
iface
|
||||
zelf
|
||||
|
||||
# python
|
||||
kwargs
|
||||
mkpath
|
||||
pathlib
|
||||
itertools
|
||||
|
||||
# common abbreviations
|
||||
incref
|
||||
decref
|
||||
uninit
|
||||
|
||||
# terms
|
||||
keccak
|
||||
|
||||
# well known projects
|
||||
zlib
|
||||
bzlib
|
||||
lzma
|
||||
neovim
|
||||
cpython
|
||||
rustc
|
||||
wasm*
|
||||
wasi
|
||||
witx
|
||||
Loading…
Add table
Add a link
Reference in a new issue