feat: Removed alvr and added sudo for nix-darwin

This commit is contained in:
uttarayan21
2025-05-26 16:00:53 +05:30
parent c6d2b6d5e6
commit f3e971e290
5 changed files with 86 additions and 165 deletions

View File

@@ -203,11 +203,6 @@ in {
};
};
# navic = {
# enable = true;
# settings.lsp.auto_attach = true;
# };
mini = {
enable = true;
modules = {
@@ -579,22 +574,9 @@ in {
end
end
-- require("copilot").setup({
-- suggestion = {
-- enabled = true,
-- auto_trigger = true,
-- keymap = {
-- accept = "<C-l>",
-- }
-- },
-- panel = { enabled = true },
-- })
catcher(require('crates').setup)
catcher(require('outline').setup)
require('FTerm').setup({
border = 'single',
dimensions = {
@@ -725,9 +707,7 @@ in {
'';
extraPlugins = with pkgs.vimPlugins; [
FTerm-nvim
# copilot-lua
crates-nvim
# d2
image-nvim
iron-nvim
luasnip
@@ -737,7 +717,6 @@ in {
octo-nvim
outline-nvim
plenary-nvim
# typr
vim-abolish
vim-speeddating
webapi-vim
@@ -746,8 +725,7 @@ in {
pkgs.tree-sitter-grammars.tree-sitter-norg
pkgs.tree-sitter-grammars.tree-sitter-norg-meta
pkgs.tree-sitter-grammars.tree-sitter-nu
# pkgs.tree-sitter-grammars.tree-sitter-d2
];
extraLuaPackages = luaPkgs: with luaPkgs; [lua-utils-nvim nvim-nio pathlib-nvim];
extraPackages = [pkgs.lldb pkgs.taplo pkgs.d2 pkgs.sleek pkgs.graphqurl];
extraPackages = [pkgs.lldb pkgs.taplo pkgs.d2 pkgs.sleek pkgs.graphqurl pkgs.sqls];
}