From cf7208744fc583afc9c387df4c08d7be171e195a Mon Sep 17 00:00:00 2001 From: Alexander Goussas Date: Thu, 17 Apr 2025 20:02:29 -0500 Subject: [PATCH] nvim: cleanup --- ghostty/.config/ghostty/config | 2 +- nvim/.config/nvim/init.lua | 36 +++----------------------------- nvim/.config/nvim/lazy-lock.json | 14 +++++-------- 3 files changed, 9 insertions(+), 43 deletions(-) diff --git a/ghostty/.config/ghostty/config b/ghostty/.config/ghostty/config index a48221e..7cb6d42 100644 --- a/ghostty/.config/ghostty/config +++ b/ghostty/.config/ghostty/config @@ -1,5 +1,5 @@ font-family = Hasklug Nerd Font Mono -font-size = 20 +font-size = 18 cursor-style = block maximize = true window-padding-x = 5 diff --git a/nvim/.config/nvim/init.lua b/nvim/.config/nvim/init.lua index 8283b06..c5f4286 100644 --- a/nvim/.config/nvim/init.lua +++ b/nvim/.config/nvim/init.lua @@ -15,13 +15,12 @@ vim.o.expandtab = true -- Statusline vim.o.laststatus = 0 +vim.o.termguicolors = true -- Netrw vim.g.loaded_netrw = 1 vim.g.loaded_netrwPlugin = 1 -vim.cmd('colorscheme zaibatsu') - local lazypath = vim.fn.stdpath("data") .. "/lazy/lazy.nvim" if not (vim.uv or vim.loop).fs_stat(lazypath) then local lazyrepo = "https://github.com/folke/lazy.nvim.git" @@ -39,7 +38,7 @@ end vim.opt.rtp:prepend(lazypath) require("lazy").setup({ - install = { colorscheme = { "zaibatsu" } }, + install = {}, spec = { { 'ndmitchell/ghcid', @@ -74,27 +73,12 @@ require("lazy").setup({ preview = false, } }) - - telescope.load_extension('grey') end }, { 'lunacookies/vim-colors-xcode', config = function() - -- vim.cmd [[colorscheme xcodehc]] - end - }, - { - 'yorickpeterse/nvim-grey', - config = function() - -- vim.cmd [[colorscheme grey]] - end - }, - { - "miikanissi/modus-themes.nvim", - priority = 1000, - config = function() - vim.cmd [[colorscheme modus_operandi]] + vim.cmd [[colorscheme xcodedarkhc]] end }, { @@ -233,20 +217,6 @@ require("lazy").setup({ end }, { 'github/copilot.vim' }, - { - "CopilotC-Nvim/CopilotChat.nvim", - dependencies = { - { "github/copilot.vim" }, -- or zbirenbaum/copilot.lua - { "nvim-lua/plenary.nvim", branch = "master" }, -- for curl, log and async functions - }, - build = "make tiktoken", -- Only on MacOS or Linux - opts = { - window = { - layout = 'vertical', - width = 0.3, - } - }, - }, { 'windwp/nvim-ts-autotag', config = function() diff --git a/nvim/.config/nvim/lazy-lock.json b/nvim/.config/nvim/lazy-lock.json index d2ddd99..71c7df3 100644 --- a/nvim/.config/nvim/lazy-lock.json +++ b/nvim/.config/nvim/lazy-lock.json @@ -1,18 +1,14 @@ { - "CopilotChat.nvim": { "branch": "main", "commit": "82708c152ca8b398646dfd1bc125abab576e47d2" }, - "copilot.vim": { "branch": "release", "commit": "5015939f131627a6a332c9e3ecad9a7cb4c2e549" }, - "cord.nvim": { "branch": "master", "commit": "caf33cd8e933a07b30dd4828c7409b173d1af272" }, + "copilot.vim": { "branch": "release", "commit": "8d1e0f86d8aaa64070c080589bc2a516beb4024f" }, "ghcid": { "branch": "master", "commit": "b7dc5c4ee640b6c8137ecfd0a2b50df278015221" }, - "gitsigns.nvim": { "branch": "main", "commit": "4c40357994f386e72be92a46f41fc1664c84c87d" }, + "gitsigns.nvim": { "branch": "main", "commit": "d600d3922c1d001422689319a8f915136bb64e1e" }, "lazy.nvim": { "branch": "main", "commit": "6c3bda4aca61a13a9c63f1c1d1b16b9d3be90d7a" }, - "modus-themes.nvim": { "branch": "master", "commit": "1f9ba82c732a49cdafc80f904286dd70f02c4310" }, "noice.nvim": { "branch": "main", "commit": "0427460c2d7f673ad60eb02b35f5e9926cf67c59" }, "nui.nvim": { "branch": "main", "commit": "8d3bce9764e627b62b07424e0df77f680d47ffdb" }, - "nvim-grey": { "branch": "main", "commit": "197707ef88bc3fd62d743723d9213fcb1f9238ec" }, - "nvim-lspconfig": { "branch": "master", "commit": "fd26f8626c03b424f7140d454031d1dcb8d23513" }, - "nvim-notify": { "branch": "master", "commit": "22f29093eae7785773ee9d543f8750348b1a195c" }, + "nvim-lspconfig": { "branch": "master", "commit": "a56f4b9dde5daf3d4c7bb50cf78ab609537f2259" }, + "nvim-notify": { "branch": "master", "commit": "b5825cf9ee881dd8e43309c93374ed5b87b7a896" }, "nvim-tree.lua": { "branch": "master", "commit": "5bea2b37523a31288e0fcab42f3be5c1bd4516bb" }, - "nvim-treesitter": { "branch": "master", "commit": "59573f96164ab3725a2358fe8ffe69e8291d9549" }, + "nvim-treesitter": { "branch": "master", "commit": "684eeac91ed8e297685a97ef70031d19ac1de25a" }, "nvim-ts-autotag": { "branch": "main", "commit": "a1d526af391f6aebb25a8795cbc05351ed3620b5" }, "nvim-web-devicons": { "branch": "master", "commit": "c90dee4e930ab9f49fa6d77f289bff335b49e972" }, "plenary.nvim": { "branch": "master", "commit": "857c5ac632080dba10aae49dba902ce3abf91b35" }, -- 2.43.0