Replies: 9 comments 31 replies
-
I’m not one of the hip kids, so if you would, please explain a bit further; are you thinking of using LUA in place of the shell scripts, as a lifestyle choice, or something else altogether? My shell scripting knowledge is almost entirely StackOverflow based. It’s what bothers me the most about my setup scripts; I barely know how they work at best. If LUA offers something a bit less inscrutable to my limited experience, that would be very interesting to me. |
Beta Was this translation helpful? Give feedback.
-
So have I convinced anyone to switch to Lua config? |
Beta Was this translation helpful? Give feedback.
-
One sad thing about moving to LUA is that I get farther away from using this repo as it has helped me so much in the past |
Beta Was this translation helpful? Give feedback.
-
I have finally started taking a look at this. Initially, I have some very basic Lua set up to configure the LSP and I removed coc. The work is on this branch. So far, I am really excited about all you can do with these new plugins! |
Beta Was this translation helpful? Give feedback.
-
Continuing this thread, I have a branch with my |
Beta Was this translation helpful? Give feedback.
-
I will say that my setup is not fully right and I need to find some time to fix some things. The things that are working are nice |
Beta Was this translation helpful? Give feedback.
-
I am using a cool dashboard plugin that opens on first load of vim. When I select something or open a file with telescope, I would love for it to close that buffer. This is the first problem I need to fix this weekend |
Beta Was this translation helpful? Give feedback.
-
Problem 2 I have is when I save some files that does formatting on save, and it puts it as changes so I see the circle. I save file again and it does same thing. If I hit Here is the section that does the formatting
|
Beta Was this translation helpful? Give feedback.
-
Just found out with telescope you can use fuzzy search to look up help stuff nmap('<leader>vh', '<cmd>lua require(\'telescope.builtin\').help_tags()<CR>') |
Beta Was this translation helpful? Give feedback.
-
I have started the transition but wondering if others have moved over to LUA. Did you like it? What issues did you have? Or maybe you think its a bad idea?
Beta Was this translation helpful? Give feedback.
All reactions