Update changed keys
This commit is contained in:
parent
047b071656
commit
734282139a
1 changed files with 6 additions and 4 deletions
10
home.nix
10
home.nix
|
@ -229,8 +229,10 @@
|
|||
colorschemes = {
|
||||
catppuccin = {
|
||||
enable = true;
|
||||
flavour = "mocha";
|
||||
showBufferEnd = true;
|
||||
settings = {
|
||||
flavour = "mocha";
|
||||
show_end_of_buffer = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
globals.mapleader = " ";
|
||||
|
@ -257,7 +259,7 @@
|
|||
action = "<cmd>Neotree toggle<cr>";
|
||||
}
|
||||
];
|
||||
options = {
|
||||
opts = {
|
||||
expandtab = true;
|
||||
ignorecase = true;
|
||||
number = true;
|
||||
|
@ -317,7 +319,7 @@
|
|||
telescope = {
|
||||
enable = true;
|
||||
extensions = {
|
||||
file_browser.enable = true;
|
||||
# file_browser.enable = true;
|
||||
fzf-native.enable = true;
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue