main
Steffen Rademacker 1 year ago
parent d0113f2d8b
commit 6873a08ffd

@ -16,6 +16,7 @@ local alt = { 'alt' }
local altShift = { 'alt', 'shift' }
local laptopMonitor = "Built-in Retina Display"
local mainMonitor = "DELL U3415W"
-- local mainMonitor = "DELL U3419W"
-- 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 v14
n v16
n latest
n lts
npm install -g npm@latest
npm update -g

@ -14,7 +14,15 @@ lspconfig.cssls.setup({
},
},
})
lspconfig.yamlls.setup({
settings = {
yaml = {
validate = false,
},
},
})
lspconfig.html.setup({})
lspconfig.jsonls.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": {
"prefix": "bug",
"body": "console.log(${0:data});",
@ -14,7 +19,7 @@
"body": [
"export default () => {",
"\t${0:const sth = 0; }",
"}"
"};"
],
"description": "Export default anonymous arrow function"
}

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

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

Loading…
Cancel
Save