main
Steffen Rademacker 1 year ago
parent d0113f2d8b
commit 6873a08ffd

@ -16,6 +16,7 @@ local alt = { 'alt' }
local altShift = { 'alt', 'shift' } local altShift = { 'alt', 'shift' }
local laptopMonitor = "Built-in Retina Display" local laptopMonitor = "Built-in Retina Display"
local mainMonitor = "DELL U3415W" local mainMonitor = "DELL U3415W"
-- local mainMonitor = "DELL U3419W"
-- Custom positions and layouts where which apps can be on the screen -- Custom positions and layouts where which apps can be on the screen
-------------------- --------------------

@ -10,7 +10,6 @@ curl -L https://git.io/n-install | bash
n v8 n v8
n v14 n v14
n v16 n v16
n latest
n lts n lts
npm install -g npm@latest npm install -g npm@latest
npm update -g npm update -g

@ -14,7 +14,15 @@ lspconfig.cssls.setup({
}, },
}, },
}) })
lspconfig.yamlls.setup({
settings = {
yaml = {
validate = false,
},
},
})
lspconfig.html.setup({}) lspconfig.html.setup({})
lspconfig.jsonls.setup({}) lspconfig.jsonls.setup({})
lspconfig.tsserver.setup({}) lspconfig.tsserver.setup({})
lspconfig.yamlls.setup({})

@ -1,4 +1,9 @@
{ {
"simple-log": {
"prefix": "cl",
"body": "console.log(${0:data});",
"description": "Simple logging with console.log()"
},
"simple-debugging": { "simple-debugging": {
"prefix": "bug", "prefix": "bug",
"body": "console.log(${0:data});", "body": "console.log(${0:data});",
@ -14,7 +19,7 @@
"body": [ "body": [
"export default () => {", "export default () => {",
"\t${0:const sth = 0; }", "\t${0:const sth = 0; }",
"}" "};"
], ],
"description": "Export default anonymous arrow function" "description": "Export default anonymous arrow function"
} }

@ -1,4 +1,5 @@
# Minor modifications to terminal prompt # Minor modifications to terminal prompt
command_timeout = 5_000
[cmd_duration] [cmd_duration]
min_time = 5_000 min_time = 5_000

@ -1,3 +1,6 @@
---
extends: default
rules: rules:
document-start: document-start: disable
present: false key-ordering: disable

Loading…
Cancel
Save