mirror of
https://github.com/macocianradu/setup.git
synced 2026-07-16 10:38:46 +00:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 4aed880aab |
@@ -1,9 +1,4 @@
|
||||
require('codecompanion').setup({
|
||||
extensions = {
|
||||
history = {
|
||||
enabled= true,
|
||||
},
|
||||
},
|
||||
adapters = {
|
||||
http = {
|
||||
webui = function()
|
||||
@@ -22,16 +17,23 @@ require('codecompanion').setup({
|
||||
end,
|
||||
},
|
||||
acp = {
|
||||
codex = function()
|
||||
return require("codecompanion.adapters").extend("codex", {
|
||||
defaults = {
|
||||
auth_method = "chatgpt"
|
||||
},
|
||||
})
|
||||
end,
|
||||
claude_code = function()
|
||||
return require("codecompanion.adapters").extend("claude_code", { })
|
||||
end
|
||||
}
|
||||
},
|
||||
interactions = {
|
||||
strategies = {
|
||||
chat = {
|
||||
adapter = "claude_code",
|
||||
}
|
||||
}
|
||||
},
|
||||
},
|
||||
})
|
||||
|
||||
vim.keymap.set('n', '<leader>gpt', function() require("codecompanion").chat({strategy = "agent" }) end);
|
||||
|
||||
@@ -11,6 +11,7 @@ require("oil").setup({
|
||||
},
|
||||
keymaps = {
|
||||
["q"] = "actions.close",
|
||||
["<Esc>"] = "actions.close",
|
||||
},
|
||||
view_options = {
|
||||
show_hidden = true
|
||||
|
||||
@@ -1,2 +0,0 @@
|
||||
vim.keymap.set("n", "<leader>tl", "<cmd>TidalLaunch<cr>")
|
||||
vim.keymap.set("n", "<leader>tq", "<cmd>TidalQuit<cr>")
|
||||
@@ -2,13 +2,12 @@
|
||||
"LuaSnip": { "branch": "master", "commit": "642b0c595e11608b4c18219e93b88d7637af27bc" },
|
||||
"cmp-buffer": { "branch": "main", "commit": "b74fab3656eea9de20a9b8116afa3cfc4ec09657" },
|
||||
"cmp-nvim-lsp": { "branch": "main", "commit": "cbc7b02bb99fae35cb42f514762b89b5126651ef" },
|
||||
"codecompanion-history.nvim": { "branch": "main", "commit": "bc1b4fe06eaaf0aa2399be742e843c22f7f1652a" },
|
||||
"codecompanion.nvim": { "branch": "main", "commit": "558518f8d78a44198cd428f6bf8bf48bfa38d76d" },
|
||||
"dashboard-nvim": { "branch": "master", "commit": "0775e567b6c0be96d01a61795f7b64c1758262f6" },
|
||||
"diffview.nvim": { "branch": "main", "commit": "4516612fe98ff56ae0415a259ff6361a89419b0a" },
|
||||
"everforest-nvim": { "branch": "main", "commit": "323e7633034a8068636a11597cec03bca5465c50" },
|
||||
"gitlinker.nvim": { "branch": "master", "commit": "bbe2a1254fc8fce21f3bbf9a020266a1c49799f7" },
|
||||
"gitsigns.nvim": { "branch": "main", "commit": "0a80125bace82d82847d40bc2c38a22d62c6dc2d" },
|
||||
"gitsigns.nvim": { "branch": "main", "commit": "7c4faa3540d0781a28588cafbd4dd187a28ac6e3" },
|
||||
"harpoon": { "branch": "harpoon2", "commit": "87b1a3506211538f460786c23f98ec63ad9af4e5" },
|
||||
"lazy.nvim": { "branch": "main", "commit": "306a05526ada86a7b30af95c5cc81ffba93fef97" },
|
||||
"lualine.nvim": { "branch": "master", "commit": "47f91c416daef12db467145e16bed5bbfe00add8" },
|
||||
@@ -20,23 +19,23 @@
|
||||
"nvim-cmp": { "branch": "main", "commit": "da88697d7f45d16852c6b2769dc52387d1ddc45f" },
|
||||
"nvim-dap": { "branch": "master", "commit": "a9d8cb68ee7184111dc66156c4a2ebabfbe01bc5" },
|
||||
"nvim-dap-python": { "branch": "master", "commit": "1808458eba2b18f178f990e01376941a42c7f93b" },
|
||||
"nvim-dap-ui": { "branch": "master", "commit": "f5b6673f374626515401c5bc51b005f784a4f252" },
|
||||
"nvim-dap-ui": { "branch": "master", "commit": "cf91d5e2d07c72903d052f5207511bf7ecdb7122" },
|
||||
"nvim-lspconfig": { "branch": "master", "commit": "841c6d4139aedb8a3f2baf30cef5327371385b93" },
|
||||
"nvim-nio": { "branch": "master", "commit": "21f5324bfac14e22ba26553caf69ec76ae8a7662" },
|
||||
"nvim-scrollbar": { "branch": "main", "commit": "f8e87b96cd6362ef8579be456afee3b38fd7e2a8" },
|
||||
"nvim-treesitter": { "branch": "main", "commit": "6620ae1c44dfa8623b22d0cbf873a9e8d073b849" },
|
||||
"nvim-treesitter": { "branch": "main", "commit": "e5f65e31a5ec0e8526b2311ff8c7aaea4a581c82" },
|
||||
"nvim-web-devicons": { "branch": "master", "commit": "d7462543c9e366c0d196c7f67a945eaaf5d99414" },
|
||||
"obsidian.nvim": { "branch": "main", "commit": "6ea8b9d1ce10dd41795f298dd7f4dd3a26887d39" },
|
||||
"odoo-neovim": { "branch": "main", "commit": "6ea306ebcdfa1ee13524c05757f5e739cb2e8001" },
|
||||
"obsidian.nvim": { "branch": "main", "commit": "57aeab47db861f2ec17b8b9a01d0305bca48b5a9" },
|
||||
"odoo-neovim": { "branch": "main", "commit": "882aeb9bc0d6302cb99aa1235abe4820532fd416" },
|
||||
"oil.nvim": { "branch": "master", "commit": "0fcc83805ad11cf714a949c98c605ed717e0b83e" },
|
||||
"persistence.nvim": { "branch": "main", "commit": "b20b2a7887bd39c1a356980b45e03250f3dce49c" },
|
||||
"plenary.nvim": { "branch": "master", "commit": "b9fd5226c2f76c951fc8ed5923d85e4de065e509" },
|
||||
"render-markdown.nvim": { "branch": "main", "commit": "e3c18ddd27a853f85a6f513a864cf4f2982b9f26" },
|
||||
"roslyn.nvim": { "branch": "main", "commit": "ff43201090361b8936e008a006473b59ef2c0ca6" },
|
||||
"smear-cursor.nvim": { "branch": "main", "commit": "c85bdbb25db096fbcf616bc4e1357bd61fe2c199" },
|
||||
"snacks.nvim": { "branch": "main", "commit": "ad9ede6a9cddf16cedbd31b8932d6dcdee9b716e" },
|
||||
"telescope-ui-select.nvim": { "branch": "master", "commit": "6e51d7da30bd139a6950adf2a47fda6df9fa06d2" },
|
||||
"telescope.nvim": { "branch": "master", "commit": "5255aa27c422de944791318024167ad5d40aad20" },
|
||||
"tidal.nvim": { "branch": "develop", "commit": "bcc9679a1932cfa2f75a38ddf3af18ed344da1fe" },
|
||||
"undotree": { "branch": "master", "commit": "6fa6b57cda8459e1e4b2ca34df702f55242f4e4d" },
|
||||
"vim-projectionist": { "branch": "master", "commit": "5ff7bf79a6ef741036d2038a226bcb5f8b1cd296" },
|
||||
"vim-surround": { "branch": "master", "commit": "3d188ed2113431cf8dac77be61b842acb64433d9" }
|
||||
|
||||
@@ -5,7 +5,7 @@ local M = {}
|
||||
-- Adapter (netcoredbg)
|
||||
dap.adapters.coreclr = {
|
||||
type = "executable",
|
||||
command = "/home/radu/.local/share/nvim/mason/bin/netcoredbg",
|
||||
command = "/Users/radumaco/Projects/netcoredbg/build/src/netcoredbg",
|
||||
args = { "--interpreter=vscode" },
|
||||
}
|
||||
|
||||
@@ -200,7 +200,6 @@ local function debug_dotnet_from_sln()
|
||||
env = {
|
||||
ASPNETCORE_ENVIRONMENT = "Development",
|
||||
DOTNET_ENVIRONMENT = "Development",
|
||||
ASPNETCORE_URLS = "https://localhost:7045;http://localhost:5000",
|
||||
},
|
||||
})
|
||||
end
|
||||
|
||||
@@ -31,26 +31,6 @@ require("lazy").setup({
|
||||
{
|
||||
'shaunsingh/nord.nvim'
|
||||
},
|
||||
{
|
||||
"thgrund/tidal.nvim",
|
||||
opts = {
|
||||
boot = {
|
||||
tidal = {
|
||||
cmd = "/usr/bin/ghci",
|
||||
file = "/usr/share/haskell-tidal/BootTidal.hs",
|
||||
highlight = {
|
||||
autostart = true,
|
||||
},
|
||||
},
|
||||
sclang = { enabled = true },
|
||||
},
|
||||
},
|
||||
-- Recommended: Install TreeSitter parsers for Haskell and SuperCollider
|
||||
dependencies = {
|
||||
"nvim-treesitter/nvim-treesitter",
|
||||
opts = { ensure_installed = { "haskell", "supercollider" } },
|
||||
},
|
||||
},
|
||||
'odoo/odoo-neovim',
|
||||
'nvim-treesitter/nvim-treesitter',
|
||||
{
|
||||
@@ -75,10 +55,10 @@ require("lazy").setup({
|
||||
dependencies = {
|
||||
"nvim-lua/plenary.nvim",
|
||||
"nvim-treesitter/nvim-treesitter",
|
||||
"ravitemer/codecompanion-history.nvim",
|
||||
},
|
||||
},
|
||||
'tpope/vim-surround',
|
||||
'seblyng/roslyn.nvim',
|
||||
'nvim-telescope/telescope-ui-select.nvim',
|
||||
'sphamba/smear-cursor.nvim',
|
||||
{
|
||||
@@ -96,9 +76,6 @@ require("lazy").setup({
|
||||
--- @type obsidian.config
|
||||
opts = {
|
||||
legacy_commands = false,
|
||||
ui = {
|
||||
enable = false,
|
||||
},
|
||||
workspaces = {
|
||||
{
|
||||
name = "personal",
|
||||
|
||||
Reference in New Issue
Block a user