mirror of
https://github.com/Alexandre1a/NixOSDots.git
synced 2026-03-10 00:09:46 +01:00
Fixed some options in nixvim
This commit is contained in:
parent
d2990063ce
commit
a349bf0cf3
@ -66,14 +66,20 @@
|
||||
enable = true;
|
||||
};
|
||||
|
||||
web-devicons = {
|
||||
enable = true;
|
||||
};
|
||||
|
||||
# File tree
|
||||
neo-tree = {
|
||||
enable = true;
|
||||
closeIfLastWindow = true;
|
||||
settings = {
|
||||
close_if_last_window = true;
|
||||
window = {
|
||||
width = 30;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
# Fuzzy finder
|
||||
telescope = {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user