Compare commits

..

No commits in common. "4217e4aa45c44b7e7e459e4bd183bbd808ac1e30" and "08387a70f86896c4e7153da3e30d12801f49f111" have entirely different histories.

4 changed files with 1 additions and 16 deletions

View file

@ -1,8 +0,0 @@
local conf = vim.lsp.config.hls
vim.lsp.config("hls", conf)
vim.lsp.enable("hls")
vim.o.tabstop = 2
vim.o.softtabstop = 0
vim.o.shiftwidth = 0
vim.o.expandtab = true

View file

@ -6,9 +6,6 @@ return {
init = function()
require("conform").setup({
format_on_save = function(bufnr)
if vim.g.disable_autoformat or vim.b[bufnr].disable_autoformat then
return
end
require("conform").formatters_by_ft = require("mason-bridge").get_formatters()
return { timeout_ms = 200, lsp_fallback = true }, on_format
end,

View file

@ -1,5 +0,0 @@
return {
"vyfor/cord.nvim",
build = ":Cord update",
-- opts = {}
}

View file

@ -24,6 +24,7 @@ return {
keys = {
{ "<leader>r", "<Plug>SnipRun", desc = "run snipper", silent = true },
{ "<leader>R", "<Plug>SnipLive", desc = "run snipper in REPL mode", silent = true },
{ "r", "<Plug>SnipRun", mode = "v", desc = "run snipper", silent = true },
},
lazy = false,