update
This commit is contained in:
parent
c99193169b
commit
f928f19b43
3 changed files with 3 additions and 3 deletions
|
@ -5,7 +5,7 @@
|
||||||
plugins = {
|
plugins = {
|
||||||
lsp-lines.enable = true;
|
lsp-lines.enable = true;
|
||||||
lsp-lines.currentLine = true;
|
lsp-lines.currentLine = true;
|
||||||
lspsaga.enable = true;
|
lspsaga.enable = false;
|
||||||
lspsaga.lightbulb.enable = false;
|
lspsaga.lightbulb.enable = false;
|
||||||
crates-nvim.enable = true;
|
crates-nvim.enable = true;
|
||||||
lsp = {
|
lsp = {
|
||||||
|
|
|
@ -174,7 +174,7 @@
|
||||||
# CMP Addons
|
# CMP Addons
|
||||||
cmp-buffer.enable = true;
|
cmp-buffer.enable = true;
|
||||||
cmp-path.enable = true;
|
cmp-path.enable = true;
|
||||||
cmp-nvim-lsp.enable = true;
|
# cmp-nvim-lsp.enable = true;
|
||||||
cmp-nvim-lsp-document-symbol.enable = true;
|
cmp-nvim-lsp-document-symbol.enable = true;
|
||||||
cmp-nvim-lsp-signature-help.enable = true;
|
cmp-nvim-lsp-signature-help.enable = true;
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
{ lib, ... }: {
|
{ lib, ... }: {
|
||||||
programs.nixvim.colorscheme = lib.mkForce "sonokai";
|
programs.nixvim.colorscheme = lib.mkForce "tokyonight-night";
|
||||||
stylix.targets.nixvim.enable = false;
|
stylix.targets.nixvim.enable = false;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue