mirror of
https://github.com/Nickiel12/nicks-nix-config.git
synced 2024-11-22 12:49:32 -08:00
updated renamed settings
This commit is contained in:
parent
3cd8ae0c21
commit
e62ba18d74
1 changed files with 2 additions and 2 deletions
|
@ -236,7 +236,7 @@ in
|
|||
|
||||
telescope.enable = true;
|
||||
rust-tools.enable = true;
|
||||
nvim-cmp.enable = true;
|
||||
cmp.enable = true;
|
||||
|
||||
cmp-nvim-lsp.enable = true;
|
||||
# Read settings here: https://github.com/mfussenegger/nvim-dap#Usage
|
||||
|
@ -251,7 +251,7 @@ in
|
|||
nix.enable = true;
|
||||
airline = {
|
||||
enable = true;
|
||||
powerlineFonts = true;
|
||||
settings.powerline_fonts = true;
|
||||
};
|
||||
};
|
||||
extraConfigLua = builtins.readFile ./../rsrcs/nvim.lua;
|
||||
|
|
Loading…
Reference in a new issue