Update nixvim
This commit is contained in:
parent
8c340a6ac8
commit
e03543c944
1 changed files with 6 additions and 4 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue