This commit is contained in:
albert 2024-04-01 22:22:06 +09:00
parent c99193169b
commit f928f19b43
No known key found for this signature in database
GPG key ID: 64F6C4EB46C4543A
3 changed files with 3 additions and 3 deletions

View file

@ -5,7 +5,7 @@
plugins = {
lsp-lines.enable = true;
lsp-lines.currentLine = true;
lspsaga.enable = true;
lspsaga.enable = false;
lspsaga.lightbulb.enable = false;
crates-nvim.enable = true;
lsp = {

View file

@ -174,7 +174,7 @@
# CMP Addons
cmp-buffer.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-signature-help.enable = true;

View file

@ -1,4 +1,4 @@
{ lib, ... }: {
programs.nixvim.colorscheme = lib.mkForce "sonokai";
programs.nixvim.colorscheme = lib.mkForce "tokyonight-night";
stylix.targets.nixvim.enable = false;
}