mirror of
https://github.com/danbee/dotfiles-local
synced 2025-03-04 08:49:07 +00:00
Compare commits
No commits in common. "55a425394499b11c048298df99a4834bac87ad15" and "e0588576ae4f969c9d935aea2eb088523b722d8e" have entirely different histories.
55a4253944
...
e0588576ae
@ -1,5 +1,5 @@
|
|||||||
return {
|
return {
|
||||||
"danbee/colortils.nvim",
|
"max397574/colortils.nvim",
|
||||||
cmd = "Colortils",
|
cmd = "Colortils",
|
||||||
config = function()
|
config = function()
|
||||||
require("colortils").setup()
|
require("colortils").setup()
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
require("lspconfig").solargraph.setup({})
|
require("lspconfig").ruby_ls.setup({})
|
||||||
|
|||||||
@ -35,8 +35,8 @@ return {
|
|||||||
})
|
})
|
||||||
|
|
||||||
-- Format on save
|
-- Format on save
|
||||||
-- vim.api.nvim_create_autocmd("BufWritePre", {
|
vim.api.nvim_create_autocmd("BufWritePre", {
|
||||||
-- command = "lua vim.lsp.buf.format()",
|
command = "lua vim.lsp.buf.format()",
|
||||||
-- })
|
})
|
||||||
end,
|
end,
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user