ignamartinoli

Results 47 comments of ignamartinoli

Thanks! I really look forward trying it out :D For now, using `o` to go to a newline works perfectly even with checkboxes

Could you please point me to that Reddit post? I tried moving around the `use` declaration but it didn't worked

I have LSP configured as ```lua use { 'neovim/nvim-lspconfig', config = function () require 'lsp' end, requires = { 'antoinemadec/FixCursorHold.nvim', 'hrsh7th/cmp-nvim-lsp', 'L3MON4D3/LuaSnip', 'hrsh7th/cmp-path', 'hrsh7th/cmp-nvim-lsp', 'hrsh7th/nvim-cmp', 'onsails/lspkind-nvim', 'saadparwaiz1/cmp_luasnip', { 'kosayoda/nvim-lightbulb', config...

I did some tests, and the issue is on the `cmp-nvim` mapping. I have this mapping set to make both `cmp-nvim` and `smart-pairs` work together ```lua cmp.setup { [''] =...

I found this link: https://github.com/windwp/nvim-autopairs#mapping-cr It's from another popular auto-pairing plugin, on how to make it work with cmp, it may be useful. I switched to `nvim-autopairs` and now it...

Thanks @ZhiyuanLck, that fixed it for now. Hopefully in the future you'll have time to check this out, it's not that urgent. For now all the best luck with your...

@haoyun at the moment I don't have the time to work on this. If you were able to fix this that would be awesome

Hey, no problem. I looked into the **Markdown** file. If I guess correctly from what I read, the construct ```markdown # Title 1 ``` is mapped to `Interface`. **LaTeX** in...

Yea no rush, I'm also full with studies. Thanks for your time and the awesome plugin :D