mirror of
https://github.com/harivansh-afk/nix.git
synced 2026-04-15 21:03:25 +00:00
fix canola
This commit is contained in:
parent
48ef78fd13
commit
c882f44a0b
3 changed files with 8 additions and 4 deletions
|
|
@ -1,9 +1,12 @@
|
|||
vim.pack.add({
|
||||
"https://github.com/barrettruth/canola.nvim",
|
||||
{
|
||||
src = "https://github.com/barrettruth/canola.nvim",
|
||||
version = "canola",
|
||||
},
|
||||
"https://github.com/barrettruth/canola-collection",
|
||||
}, { load = function() end })
|
||||
|
||||
local canola_config = require("config.canola")
|
||||
local canola_config = require "config.canola"
|
||||
|
||||
return {
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue