Skip to content

Commit 96d0464

Browse files
🤖 automatedchrisgrieser
authored andcommitted
iMac Home (8)
1 parent a0e453f commit 96d0464

8 files changed

Lines changed: 6 additions & 25 deletions

File tree

.github/workflows/update-plugin-list.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ on:
1111

1212
permissions:
1313
contents: write
14-
1514
#───────────────────────────────────────────────────────────────────────────────
1615

1716
jobs:

.ignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# ignored in global ripgrep ignore
2+
!.github

Alfred.alfredpreferences/new.yaml

Lines changed: 0 additions & 20 deletions
This file was deleted.
-33.2 KB
Binary file not shown.
-8.78 KB
Binary file not shown.
-22.8 KB
Binary file not shown.

nvim/.lazy-lock.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@
1616
"nvim-chainsaw": { "branch": "main", "commit": "c0219dbae2cfd87c1e4f6606c1339f288f509113" },
1717
"nvim-dap": { "branch": "master", "commit": "7aade9e99bef5f0735cf966e715b3ce45515d786" },
1818
"nvim-dap-python": { "branch": "master", "commit": "34282820bb713b9a5fdb120ae8dd85c2b3f49b51" },
19-
"nvim-dap-ui": { "branch": "master", "commit": "bc81f8d3440aede116f821114547a476b082b319" },
19+
"nvim-dap-ui": { "branch": "master", "commit": "7c9207dcc2dfb52d3c3435f02a59948f5076eb9e" },
2020
"nvim-dap-virtual-text": { "branch": "master", "commit": "df66808cd78b5a97576bbaeee95ed5ca385a9750" },
2121
"nvim-genghis": { "branch": "main", "commit": "d106bbaf6e14d0a16688a254ed4e59fa64d3dee6" },
2222
"nvim-justice": { "branch": "main", "commit": "73d4bea7d5ac40d9e41919a0da6ad8055721ca59" },
2323
"nvim-lsp-endhints": { "branch": "main", "commit": "a30ed973c46a3cfe5bec831b0cb2cd44d9331002" },
24-
"nvim-lspconfig": { "branch": "master", "commit": "62e1955d7e9a3dca543635effad54d29947cb91e" },
24+
"nvim-lspconfig": { "branch": "master", "commit": "f9b6a702b7430aff0770c04771f2dba78163d2c6" },
2525
"nvim-nio": { "branch": "master", "commit": "21f5324bfac14e22ba26553caf69ec76ae8a7662" },
2626
"nvim-origami": { "branch": "main", "commit": "9d5579a99d856fc4c5b46ac99810707858ccbf61" },
2727
"nvim-rip-substitute": { "branch": "main", "commit": "fcc4f03f2260208f49ab9b7c374dff477d4698d5" },

nvim/lua/config/lsp-servers.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ local lspToMasonMap = {
1111
cssls = "css-lsp",
1212
efm = "efm", -- integration of external linter/formatter
1313
emmet_language_server = "emmet-language-server", -- css/html snippets
14-
gh_actions_ls = "gh-actions-language-server",
14+
-- gh_actions_ls = "gh-actions-language-server", PENDING https://github.com/neovim/nvim-lspconfig/pull/3713
1515
harper_ls = "harper-ls", -- natural language linter
1616
html = "html-lsp",
1717
jsonls = "json-lsp",
@@ -375,8 +375,8 @@ end
375375
-- for when loaded from `init.lua`, enable LSPs
376376
for server, config in pairs(serverConfigs) do
377377
vim.lsp.config(server, config)
378-
vim.lsp.enable(server)
379378
end
379+
vim.lsp.enable(vim.tbl_keys(serverConfigs))
380380

381381
-- for when loaded from `mason` config, return list of mason packages
382382
return masonDependencies

0 commit comments

Comments
 (0)