SDA

Results 2 issues of SDA

I have several .lua files in the config directory. I remap keyboard shortcuts with `let g:move_map_keys = 1` on ```lua local keymap = vim.api.nvim_set_keymap kemayp("", "C-h", "MoveCharLeft", { noremap =...

My Neovim configuration is declarative and I prefer to write the configuration once which automatically installs all the required packages. Could you provide `ensure_installed` mechanism, like in [mason-lspconfig.nvim](https://github.com/williamboman/mason-lspconfig.nvim?tab=readme-ov-file#configuration) or [mason-null-ls.nvim](https://github.com/williamboman/mason-null-ls.nvim?tab=readme-ov-file#configuration)?