• Joined on 2023-07-25
marco pushed to main at marco/nvimdotfiles 2023-09-29 09:37:19 +00:00
a12fa2bf8a Remove unnecessary on_attach function in lua lsp.
marco pushed to master at marco/mchess-server 2023-09-28 19:33:41 +00:00
8132e9d48d Remove empty chess_move.go
marco pushed to main at marco/nvimdotfiles 2023-09-26 10:13:12 +00:00
db661fb774 Try call hierarchy in a popout window
d382a8ac41 Add nvim-tree file explorer
Compare 2 commits »
marco pushed to master at marco/mchess-server 2023-09-25 22:55:02 +00:00
a550ad9cdc Remove server.go and move type.
e45ca20bbe Remove localhost when listening in debug mode
f504b1ba60 Update deps
96fe64599e Remove unneccessary files
Compare 4 commits »
marco pushed to main at marco/nvimdotfiles 2023-09-25 08:33:15 +00:00
1d43cda9fe Add c lsp
marco pushed to main at marco/nvimdotfiles 2023-09-20 20:44:09 +00:00
b629837cec some changes
marco created branch main in marco/nvimdotfiles 2023-09-14 18:17:14 +00:00
marco pushed to main at marco/nvimdotfiles 2023-09-14 18:17:14 +00:00
6737dcf50a Initial commit
marco created repository marco/nvimdotfiles 2023-09-14 18:14:42 +00:00
marco pushed to move-history at marco/mchess-client 2023-09-04 20:01:13 +00:00
f5759cfbe6 Groundwork for move history
130a2dae79 Make ChessSquare a stateful widget.
01dcc74cfc Refactor chess square and prepare display of square in check.
102c0de20d Merge pull request 'Fix green flicker of squares on invalid move' (#1) from fix-green-square-flicker into master
f45ec47285 Fix green flicker of squares on invalid move
Compare 5 commits »
marco pushed to master at marco/mchess-client 2023-09-04 19:53:19 +00:00
130a2dae79 Make ChessSquare a stateful widget.
01dcc74cfc Refactor chess square and prepare display of square in check.
Compare 2 commits »
marco pushed to master at marco/mchess-server 2023-09-01 13:30:14 +00:00
a087372bbe Introduce debug flag.
marco deleted branch fix-green-square-flicker from marco/mchess-client 2023-08-25 10:39:27 +00:00
marco pushed to master at marco/mchess-client 2023-08-25 10:39:10 +00:00
102c0de20d Merge pull request 'Fix green flicker of squares on invalid move' (#1) from fix-green-square-flicker into master
f45ec47285 Fix green flicker of squares on invalid move
Compare 2 commits »
marco merged pull request marco/mchess-client#1 2023-08-25 10:39:08 +00:00
Fix green flicker of squares on invalid move
marco commented on pull request marco/mchess-client#1 2023-08-25 10:39:01 +00:00
Fix green flicker of squares on invalid move

Worst code I've ever seen. Accepted.

marco created pull request marco/mchess-client#1 2023-08-25 10:36:37 +00:00
Fix green flicker of squares on invalid move
marco created branch fix-green-square-flicker in marco/mchess-client 2023-08-25 10:32:01 +00:00
marco pushed to fix-green-square-flicker at marco/mchess-client 2023-08-25 10:32:01 +00:00
f45ec47285 Fix green flicker of squares on invalid move
marco pushed to move-history at marco/mchess-client 2023-08-25 10:31:54 +00:00
d8f2b05129 Groundwork for move history