Update nvim

This commit is contained in:
floppydiskette 2023-06-24 01:08:30 +01:00
parent da9bb93791
commit e0017bb7e6
No known key found for this signature in database

View file

@ -141,7 +141,7 @@
};
vim.utility = {
colorizer.enable = true;
ccc.enable = true;
icon-picker.enable = true;
diffview-nvim.enable = true;
motion = {
@ -165,7 +165,15 @@
vim.ui = {
noice.enable = true;
smartcolumn.enable = true;
smartcolumn = {
enable = true;
columnAt.languages = {
nix = 150;
ruby = 110;
java = 120;
go = [110 150];
};
};
};
vim.assistant = {