Hashem A. Damrah

Results 27 issues of Hashem A. Damrah

I don't know why I keep getting this error: ``` Error executing Lua callback: .../share/nvim/lazy/lazy.nvim/lua/lazy/core/handler/cmd.lua:45: function db_ui#find_buffer[25]..59[19]..FileType Autocomm ands for "mysql"..function vim_dadbod_completion#fetch[16]..80_get_buffer_db_info[8]..db#connect, line 29: DB exec error: /usr/bin/mysql: Deprecat ed...

Many, including me, really like the [rose-pine](https://github.com/rose-pine/rose-pine-theme/) theme. Would you be able to add the theme to pywal?

Here's the code: ```python import sympy x = sympy.symbols("x") x**2 ``` When I run the command, here's what I get: ![Screenshot_2022-11-21_22-14-43](https://user-images.githubusercontent.com/57925294/203239041-c4fcabdd-00bb-41cf-8150-57fdd612d075.png) Here's what I expect to get: ![Screenshot_2022-11-21_22-16-44](https://user-images.githubusercontent.com/57925294/203239170-a298bf61-50ed-444f-a10c-627c1c91c168.png)

bug

This is just a question. How can I get smart indentation to work? For example, I have the following variable: ```lua let f = {} ``` When I hit enter,...

enhancement

Is there a way to add checkboxes? I want to have the user select multiple things. Example: [ ] 1 [ ] 2 [ ] 3 Then do something based...