fix: hyprland workspace on multiple monitors, hyprlock time & password input positioning
This commit is contained in:
11
.config/nvim/lua/plugins/claude.lua
Normal file
11
.config/nvim/lua/plugins/claude.lua
Normal file
@@ -0,0 +1,11 @@
|
||||
return {
|
||||
"greggh/claude-code.nvim",
|
||||
dependencies = {
|
||||
"nvim-lua/plenary.nvim", -- Required for git operations
|
||||
},
|
||||
config = function()
|
||||
require("claude-code").setup({
|
||||
command = "ollama launch --model gpt-oss:latest",
|
||||
})
|
||||
end
|
||||
}
|
||||
Reference in New Issue
Block a user