mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 08:41:34 +02:00
added config for helix & updated vscode config
This commit is contained in:
parent
dd6cf343ef
commit
b66b3cf439
3 changed files with 25 additions and 4 deletions
18
config/helix/config.toml
Normal file
18
config/helix/config.toml
Normal file
|
|
@ -0,0 +1,18 @@
|
||||||
|
theme = "onedark"
|
||||||
|
|
||||||
|
[editor]
|
||||||
|
line-number = "relative"
|
||||||
|
scrolloff = 8
|
||||||
|
true-color = true
|
||||||
|
|
||||||
|
[editor.cursor-shape]
|
||||||
|
insert = "bar"
|
||||||
|
|
||||||
|
[editor.lsp]
|
||||||
|
display-messages = true
|
||||||
|
|
||||||
|
[keys.normal]
|
||||||
|
C-s = ":w"
|
||||||
|
|
||||||
|
[keys.insert]
|
||||||
|
j = { k = "normal_mode" }
|
||||||
4
config/helix/languages.toml
Normal file
4
config/helix/languages.toml
Normal file
|
|
@ -0,0 +1,4 @@
|
||||||
|
[[language]]
|
||||||
|
name = "python"
|
||||||
|
roots = ["pyproject.toml"]
|
||||||
|
language-server = { command = "$HOME/.local/share/nvim/lap_servers/python/node_modeules/.bin/pyrigut-langserver", args = ["--stdio"] }
|
||||||
|
|
@ -1,9 +1,9 @@
|
||||||
{
|
{
|
||||||
"workbench.colorTheme": "Nord",
|
"workbench.colorTheme": "Tokyo Storm Gogh",
|
||||||
"workbench.iconTheme": "material-icon-theme",
|
"workbench.iconTheme": "material-icon-theme",
|
||||||
"workbench.sideBar.location": "left",
|
"workbench.sideBar.location": "left",
|
||||||
"workbench.startupEditor": "none",
|
"workbench.startupEditor": "none",
|
||||||
"workbench.activityBar.visible": true,
|
"workbench.activityBar.visible": false,
|
||||||
"window.menuBarVisibility": "toggle",
|
"window.menuBarVisibility": "toggle",
|
||||||
"update.showReleaseNotes": false,
|
"update.showReleaseNotes": false,
|
||||||
// Font
|
// Font
|
||||||
|
|
@ -61,7 +61,6 @@
|
||||||
"go.formatTool": "gofumpt",
|
"go.formatTool": "gofumpt",
|
||||||
"python.formatting.provider": "black",
|
"python.formatting.provider": "black",
|
||||||
"python.analysis.autoImportCompletions": true,
|
"python.analysis.autoImportCompletions": true,
|
||||||
"python.formatting.blackPath": "~/.local/bin/black",
|
|
||||||
"javascript.suggestionActions.enabled": false,
|
"javascript.suggestionActions.enabled": false,
|
||||||
"typescript.suggestionActions.enabled": false,
|
"typescript.suggestionActions.enabled": false,
|
||||||
"[go]": {
|
"[go]": {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue