Update nixvim

This commit is contained in:
albert 2025-02-22 09:35:56 -08:00
parent 8c340a6ac8
commit e03543c944
Signed by: albert
GPG key ID: 3895DD267CA11BA9

View file

@ -39,6 +39,7 @@
colorcolumn = "100";
showmode = false;
termguicolors = true;
splitright = true;
};
extraConfigLuaPost = ''
@ -118,7 +119,7 @@
separatorStyle = "padded_slope";
color_icons = true;
diagnostics = "nvim_lsp";
always_show_bufferline = false;
always_show_bufferline = true;
show_buffer_close_icons = true;
offsets = [
{
@ -149,9 +150,9 @@
name.trailingSlash = false;
diagnostics.symbols = {
error = "󰅚 ";
warn = "󰀪 ";
hint = "󰌶 ";
info = " ";
warn = "󰀪 ";
hint = "󰌶 ";
info = " ";
};
};
sources = [
@ -161,6 +162,7 @@
"document_symbols"
];
filesystem = {
findByFullpathWords = true;
followCurrentFile = {
enabled = true;
leaveDirsOpen = true;