Skip to content

Commit

Permalink
random
Browse files Browse the repository at this point in the history
  • Loading branch information
mosheavni committed Dec 29, 2024
1 parent 184ec17 commit 9c0c102
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1 @@
.config/karabiner/automatic_backups/
nvim/.config/plenary.nvim/
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@
> **_NOTE:_** Reload shell
```bash
while read -r plugin_line;do
while read -r plugin_line; do
asdf plugin-add $(awk '{print $1}' <<<"$plugin_line")
done < asdf/.tool-versions
done <asdf/.tool-versions
asdf install
```

Expand Down
2 changes: 1 addition & 1 deletion nvim/.config/nvim/lazy-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
"vim-swap": { "branch": "master", "commit": "9358bfdc5e377aa13e7c2c2dd8699ba32b0dcf83" },
"wezterm-types": { "branch": "main", "commit": "1518752906ba3fac0060d9efab6e4d3ec15d4b5a" },
"winresizer": { "branch": "master", "commit": "9bd559a03ccec98a458e60c705547119eb5350f3" },
"yaml-companion.nvim": { "branch": "main", "commit": "8088feaaaa6c13895afe4615c6a9cc69206162c3" },
"yaml-companion.nvim": { "branch": "main", "commit": "a29451f081c78e60dd321e0a1d264671aad501b5" },
"yaml.nvim": { "branch": "main", "commit": "01e643a35ad91cc096ec148c7d1aab5701a03a4b" },
"yanky.nvim": { "branch": "main", "commit": "f9b905994cccf3c55f41af3a0a1f4c76c844e411" }
}
8 changes: 4 additions & 4 deletions nvim/.config/nvim/lua/user/lsp/servers.lua
Original file line number Diff line number Diff line change
Expand Up @@ -130,10 +130,10 @@ M.setup = function()
}

-- golang
require('lspconfig').gopls.setup {
capabilities = capabilities,
on_attach = default_on_attach,
}
-- require('lspconfig').gopls.setup {
-- capabilities = capabilities,
-- on_attach = default_on_attach,
-- }
end

return M

0 comments on commit 9c0c102

Please sign in to comment.