Enable lsp fallback.

This commit is contained in:
CronyAkatsuki 2024-03-16 18:20:26 +01:00
parent ee2a2eb429
commit 3f3132a860

View File

@ -57,7 +57,7 @@
''; '';
extraConfigLuaPost = '' extraConfigLuaPost = ''
vim.notify = require("mini.notify").make_notify() vim.notify = require("mini.notify").make_notify({lsp_fallback = true})
''; '';
extraPackages = with pkgs; [ stylua isort black nixfmt jq shfmt ]; extraPackages = with pkgs; [ stylua isort black nixfmt jq shfmt ];
plugins = { plugins = {