31 May 2023 |
John15321#9204 | updated? | 21:06:03 |
John15321#9204 | how does that work | 21:06:06 |
salim#7856 | how did you install your fonts , you can use getnf to manage your fonts or directly copy from the repo https://github.com/ryanoasis/nerd-fonts | 21:07:56 |
John15321#9204 | okay i got it | 21:07:58 |
John15321#9204 | i just neede to update brew tap | 21:08:04 |
John15321#9204 | okay so basically the config is now empty because all the default stuff is somewhere else? | 21:08:20 |
salim#7856 | * how did you install your fonts , you can use getnf to manage your fonts or directly copy from the repo https://github.com/ryanoasis/nerd-fonts https://github.com/ronniedroid/getnf | 21:08:26 |
John15321#9204 | is ther a way in which i could list all the keybindings and options set etc? | 21:09:45 |
salim#7856 | i think there is an example config where your lunarvim is .local/share/lunarvim but that one might be same with the prev one. lvim 1.3 uses lazy there are some changes for plugin setup . you might refer to docs better | 21:10:47 |
salim#7856 | * i think there is an example config where your lunarvim is .local/share/lunarvim but that one might be same with the prev one. lvim 1.3 uses lazy there are some changes for plugin setup . you might refer to docs better. There is on github too https://github.com/LunarVim/LunarVim/tree/master/utils/installer | 21:12:10 |
salim#7856 | * i think there is an example config where your lunarvim is .local/share/lunarvim/lvim/utils/installer/ but that one might be same with the prev one. lvim 1.3 uses lazy there are some changes for plugin setup . you might refer to docs better. There is on github too https://github.com/LunarVim/LunarVim/tree/master/utils/installer | 21:13:44 |
John15321#9204 |  Download image.png | 21:30:55 |
John15321#9204 | how was it that you could switch between bufferss easly? | 21:31:04 |
salim#7856 | Space bb | 22:06:53 |
salim#7856 | * Space bb Space bn Space bp Space bf and more when press Space b for the submenu | 22:07:59 |
| Vincent Kadar joined the room. | 22:27:46 |
John15321#9204 | ohh okay | 22:45:34 |
John15321#9204 | got it thanks | 22:45:34 |
John15321#9204 | if i remember correctly there was only a way to directly tell which pane you would like a file to open in | 22:46:20 |
John15321#9204 | do you remember maybe how thats done? | 22:46:26 |
1 Jun 2023 |
Panda Soli | how could I remap them? | 03:20:56 |
Panda Soli | local map = vim.keymap.set
local opts = { noremap = true, silent = true }
lvim.leader = 'space'
map('n', '<Tab>', '<leader>bb', opts)
map('n', '<S-Tab>', '<leader>bn', opts)
doesn't work | 03:25:26 |
| MSP729 (BLM) joined the room. | 04:11:43 |
CPea | lvim.builtin.bufferline.keymap.normal_mode = {
["<Tab>"] = ":BufferLineCycleNext<CR>", -- tab
["<S-Tab>"] = ":BufferLineCyclePrev<CR>", -- shift-tab
} | 05:06:06 |
HuntsTheWind#5162 | balajeerc were you ever able to get python format_on_save working? I also cannot seem to get it to work on 1.3 | 06:23:01 |
Kobzar#0032 | did you install any formater before? Like black? | 08:38:53 |
salim#7856 | do you mean horizontal and vertical split ? When you are Explorer you press c-v for vertical and c-h for horizontal split | 09:04:39 |
salim#7856 |  Download image.png | 09:08:26 |
salim#7856 | there are also more in native nvim commands if you do : h :vs or 😒 then scroll down for various options for more specific splits; | 09:08:26 |
salim#7856 | Sorry missed your question. I was sleeping. time zone diff. But looks like you got your answer . | 09:17:49 |