refactor: streamline build return logic for smart_splits
This commit is contained in:
+11
-1
@@ -147,6 +147,16 @@ M.indent_char = {
|
|||||||
"",
|
"",
|
||||||
}
|
}
|
||||||
|
|
||||||
|
M.smart_splits = {
|
||||||
|
build = function()
|
||||||
|
if require("data.func").is_kitty() then
|
||||||
|
return "./kitty/install-kittens.bash"
|
||||||
|
else
|
||||||
|
return false
|
||||||
|
end
|
||||||
|
end,
|
||||||
|
}
|
||||||
|
|
||||||
M.minimap = {
|
M.minimap = {
|
||||||
-- Width of minimap
|
-- Width of minimap
|
||||||
width = 20,
|
width = 20,
|
||||||
@@ -210,7 +220,7 @@ M.minimap = {
|
|||||||
end,
|
end,
|
||||||
}
|
}
|
||||||
|
|
||||||
M.ollama_copilot = {
|
M.llama_copilot = {
|
||||||
host = "localhost",
|
host = "localhost",
|
||||||
port = "11434",
|
port = "11434",
|
||||||
model = "codellama:7b-code",
|
model = "codellama:7b-code",
|
||||||
|
|||||||
Reference in New Issue
Block a user