Ashwin Sundar

Results 4 comments of Ashwin Sundar

Same this is not working for me either. I have to explicitly give it a specific file with `@file`

I think the next version is called `3.2.1`, not `3.1.20` https://www.psycopg.org/psycopg3/docs/

Why does this PR also add a blockchain server to the Readme?

I ended up remapping like this, in my config.lua: ```lua { 'gorbit99/codewindow.nvim', config = function() local codewindow = require('codewindow') vim.keymap.set('n', 'mm', codewindow.toggle_minimap, { desc = 'toggle minimap' }) require('codewindow').setup {}...