update nvim
This commit is contained in:
parent
b61ff7e2f4
commit
e4da7e87fe
7 changed files with 63 additions and 54 deletions
|
|
@ -34,7 +34,6 @@ with lib.custom; let
|
|||
|
||||
guiDeps = with pkgs; [
|
||||
gnome.gnome-control-center
|
||||
mission-center
|
||||
overskride
|
||||
wlogout
|
||||
];
|
||||
|
|
|
|||
|
|
@ -26,7 +26,8 @@
|
|||
"lazyvim.plugins.extras.util.dot",
|
||||
"lazyvim.plugins.extras.util.mini-hipatterns",
|
||||
"lazyvim.plugins.extras.coding.luasnip",
|
||||
"lazyvim.plugins.extras.coding.blink"
|
||||
"lazyvim.plugins.extras.coding.blink",
|
||||
"lazyvim.plugins.extras.ai.supermaven"
|
||||
],
|
||||
"news": {
|
||||
"NEWS.md": "6520"
|
||||
|
|
|
|||
|
|
@ -28,6 +28,16 @@ return {
|
|||
nerd_font_variant = "normal",
|
||||
},
|
||||
},
|
||||
{
|
||||
"karb94/neoscroll.nvim",
|
||||
config = function()
|
||||
require("neoscroll").setup({})
|
||||
end,
|
||||
},
|
||||
{
|
||||
"sphamba/smear-cursor.nvim",
|
||||
opts = {},
|
||||
},
|
||||
{
|
||||
"lukas-reineke/indent-blankline.nvim",
|
||||
main = "ibl",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue