From 985a4ddc868591a1f4160668ae3acafb579637bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonathan=20D=C3=B6nszelmann?= Date: Wed, 10 Jul 2024 17:55:17 +0200 Subject: [PATCH] rm rnix --- hosts/ori/home.nix | 8 ++++++-- programs/nvim/config.lua | 1 - programs/nvim/default.nix | 3 --- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/hosts/ori/home.nix b/hosts/ori/home.nix index c76006b..74a20e2 100644 --- a/hosts/ori/home.nix +++ b/hosts/ori/home.nix @@ -1,8 +1,12 @@ -{ ... }: { +{ pkgs, ... }: { home.stateVersion = "24.05"; home.username = "jonathan"; home.homeDirectory = "/home/jonathan"; - imports = [ ./gnome.nix ]; + imports = [ + ../../programs/gnome + ../../programs/nvim + ../../programs/zsh + ]; home.packages = with pkgs; [ element-desktop diff --git a/programs/nvim/config.lua b/programs/nvim/config.lua index 486d207..ca7591f 100644 --- a/programs/nvim/config.lua +++ b/programs/nvim/config.lua @@ -43,7 +43,6 @@ cmp.setup { [''] = cmp.mapping.confirm({ select = true }), }), sources = cmp.config.sources({ - { name = 'cmp_tabnine' }, { name = 'nvim_lsp' }, { name = "otter" }, { name = 'path' }, diff --git a/programs/nvim/default.nix b/programs/nvim/default.nix index 8eb2768..212e77f 100644 --- a/programs/nvim/default.nix +++ b/programs/nvim/default.nix @@ -60,7 +60,6 @@ in nixGrammars = true; ensureInstalled = "all"; }; - treesitter-context.enable = true; surround.enable = true; cmp-nvim-lsp.enable = true; lsp-format.enable = true; @@ -246,7 +245,6 @@ in servers = { astro.enable = true; cssls.enable = true; - rnix-lsp.enable = true; nil-ls = { enable = true; extraOptions = { @@ -345,7 +343,6 @@ in cmp-vsnip cmp-path cmp-spell - cmp-tabnine nvim-web-devicons telescope-ui-select-nvim telescope-fzf-native-nvim