nixvim: Commit updated configuration changes
Signed-off-by: George Kaklamanos <gkaklas@gkaklas.gr>
This commit is contained in:
parent
c91d8bac6b
commit
b299bb4696
2 changed files with 11 additions and 5 deletions
|
@ -20,11 +20,17 @@
|
|||
telescope.enable = true;
|
||||
telescope.extensions = {
|
||||
undo.enable = true;
|
||||
file-browser.enable = true;
|
||||
file-browser = {
|
||||
enable = true;
|
||||
settings = {
|
||||
use_fd = true;
|
||||
hidden = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
lualine = {
|
||||
enable = true;
|
||||
theme = "molokai";
|
||||
settings.options.theme="molokai";
|
||||
};
|
||||
barbar = {
|
||||
enable = true;
|
||||
|
@ -62,7 +68,7 @@
|
|||
lazy.enable = true;
|
||||
comment.enable = true;
|
||||
treesitter.enable = true;
|
||||
nvim-colorizer.enable = true;
|
||||
colorizer.enable = true;
|
||||
};
|
||||
};
|
||||
programs.nixvim.extraPlugins = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue