Compare commits

..

No commits in common. "8c8d0fbb564cb083fcd02772db435b4a9eeb24c7" and "b6c18ce5f26f17ad5a1820c053c2f01f11760058" have entirely different histories.

3 changed files with 2 additions and 21 deletions

View file

@ -147,7 +147,7 @@
servers = { servers = {
bashls.enable = true; bashls.enable = true;
lua_ls.enable = true; lua_ls.enable = true;
nixd.enable = true; nil_ls.enable = true;
rust_analyzer = { rust_analyzer = {
enable = true; enable = true;
installRustc = true; installRustc = true;
@ -170,8 +170,7 @@
plugins.neo-tree = { plugins.neo-tree = {
enable = true; enable = true;
buffers.followCurrentFile.enabled = true; closeIfLastWindow = true;
window.width = 30;
}; };
plugins.cmp-buffer.enable = true; plugins.cmp-buffer.enable = true;

View file

@ -1,17 +0,0 @@
{pkgs, ...}: {
programs.vscode = {
enable = true;
package = pkgs.vscodium;
enableUpdateCheck = false;
enableExtensionUpdateCheck = false;
mutableExtensionsDir = false;
extensions = with pkgs.vscode-extensions; [
vscodevim.vim
jnoortheen.nix-ide # nix language support
editorconfig.editorconfig # editorconfig
dracula-theme.theme-dracula # color scheme
tomoki1207.pdf # pdf viewer
yzhang.markdown-all-in-one # markdown tools
];
};
}

View file

@ -6,7 +6,6 @@
imports = [ imports = [
./common.nix ./common.nix
../foot.nix ../foot.nix
../vscode.nix
]; ];
home = { home = {
username = "yt"; username = "yt";