Compare commits

..

No commits in common. "6b8d5e994c758742f1707680615b530d54870e71" and "431197d583fb165a828d6fcda9a04b4431780521" have entirely different histories.

4 changed files with 2 additions and 11 deletions

View File

@ -11,7 +11,6 @@ vim.filetype.add({
})
vim.g.editorconfig = true
vim.opt.clipboard = "unnamedplus"
vim.cmd([[
filetype plugin on

View File

@ -3,7 +3,7 @@ return {
"mistricky/codesnap.nvim",
build = "make",
cmd = "CodeSnap",
opts = {
config = {
bg_color = "#535c68",
code_font_family = "JetBrainsMono Nerd Font",
mac_window_bar = false,

View File

@ -1,6 +1,5 @@
return {
"mrcjkb/rustaceanvim",
lazy = false,
opts = {
server = {
default_settings = {
@ -8,14 +7,7 @@ return {
["rust-analyzer"] = {
cargo = {
targetDir = true,
buildScripts = {
enable = false,
},
},
checkOnSave = true,
-- check = {
-- command = "clippy",
-- },
},
},
},

View File

@ -5,7 +5,7 @@ return {
keys = {
{ "J", "<cmd>TSJToggle<cr>", desc = "Toggle Treesitter Join" },
{ "<space>tj", "<cmd>TSJJoin<cr>", desc = "Treesitter Join" },
{ "<space>ts", "<cmd>TSJSplit<cr>", desc = "Treesitter Split" },
{ "<space>ts", "<cmd>TSJToggle<cr>", desc = "Treesitter Split" },
},
config = function()
require("treesj").setup({ use_default_keymaps = false })