feat: setup mini.pick, oil.nvim and lazydev.nvim

This commit is contained in:
CronyAkatsuki 2025-10-21 10:08:19 +02:00
parent 3a99d36890
commit d0ab90518d
6 changed files with 28 additions and 0 deletions

View file

@ -2,3 +2,6 @@ vim.lsp.enable({
"nixd",
"lua_ls",
})
-- fix stupid lua error with neovim
require("lazydev").setup()