mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 08:41:34 +02:00
update, neovim use build-in lsp
This commit is contained in:
parent
8aa92b589f
commit
fcb370ba0b
8 changed files with 152 additions and 156 deletions
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"editor.fontFamily": "'Jetbrains Mono', 'Droid Sans Mono', 'monospace'",
|
||||
"workbench.colorTheme": "Brackets Light Pro",
|
||||
"workbench.panel.defaultLocation": "right",
|
||||
"workbench.panel.defaultLocation": "bottom",
|
||||
"workbench.sideBar.location": "right",
|
||||
"editor.wordWrap": "off",
|
||||
"editor.fontSize": 14,
|
||||
|
|
@ -22,6 +22,8 @@
|
|||
|
||||
"prettier.semi": false,
|
||||
"tabnine.experimentalAutoImports": true,
|
||||
"html.format.enable": false,
|
||||
|
||||
|
||||
"emmet.includeLanguages": {
|
||||
"javascript": "javascriptreact"
|
||||
|
|
@ -32,5 +34,5 @@
|
|||
"[javascriptreact]":{
|
||||
"editor.defaultFormatter": "esbenp.prettier-vscode",
|
||||
},
|
||||
"html.format.enable": false,
|
||||
"workbench.startupEditor": "none"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue