Compare commits
No commits in common. "4217e4aa45c44b7e7e459e4bd183bbd808ac1e30" and "08387a70f86896c4e7153da3e30d12801f49f111" have entirely different histories.
4217e4aa45
...
08387a70f8
4 changed files with 1 additions and 16 deletions
|
|
@ -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
|
|
||||||
|
|
@ -6,9 +6,6 @@ return {
|
||||||
init = function()
|
init = function()
|
||||||
require("conform").setup({
|
require("conform").setup({
|
||||||
format_on_save = function(bufnr)
|
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()
|
require("conform").formatters_by_ft = require("mason-bridge").get_formatters()
|
||||||
return { timeout_ms = 200, lsp_fallback = true }, on_format
|
return { timeout_ms = 200, lsp_fallback = true }, on_format
|
||||||
end,
|
end,
|
||||||
|
|
|
||||||
|
|
@ -1,5 +0,0 @@
|
||||||
return {
|
|
||||||
"vyfor/cord.nvim",
|
|
||||||
build = ":Cord update",
|
|
||||||
-- opts = {}
|
|
||||||
}
|
|
||||||
|
|
@ -24,6 +24,7 @@ return {
|
||||||
keys = {
|
keys = {
|
||||||
{ "<leader>r", "<Plug>SnipRun", desc = "run snipper", silent = true },
|
{ "<leader>r", "<Plug>SnipRun", desc = "run snipper", silent = true },
|
||||||
{ "<leader>R", "<Plug>SnipLive", desc = "run snipper in REPL mode", 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,
|
lazy = false,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue