Compare commits
No commits in common. "6d27f6d54b9162a9e659f4629e30e6bfb5902d1a" and "dfc8e5a7ecd56e54810a91886196584942e4a233" have entirely different histories.
6d27f6d54b
...
dfc8e5a7ec
3 changed files with 2 additions and 53 deletions
|
@ -67,7 +67,7 @@ opt.foldlevel = 10 -- start with all folds open
|
||||||
-- Editor UI
|
-- Editor UI
|
||||||
-- ===
|
-- ===
|
||||||
|
|
||||||
vim.o.guifont = "FiraCode Nerd Font:h15"
|
vim.o.guifont = "FiraCode Nerd Font:h22"
|
||||||
opt.termguicolors = true
|
opt.termguicolors = true
|
||||||
opt.shortmess = "xsTOInfFitloCaAs"
|
opt.shortmess = "xsTOInfFitloCaAs"
|
||||||
opt.showmode = true -- Show mode in cmd window
|
opt.showmode = true -- Show mode in cmd window
|
||||||
|
|
|
@ -821,17 +821,7 @@ local plugins = {
|
||||||
},
|
},
|
||||||
-- LSP configuration
|
-- LSP configuration
|
||||||
server = {
|
server = {
|
||||||
on_attach = function(client, bufnr)
|
auto_attach = false,
|
||||||
-- you can also put keymaps in here
|
|
||||||
end,
|
|
||||||
settings = {
|
|
||||||
-- rust-analyzer language server configuration
|
|
||||||
["rust-analyzer"] = {
|
|
||||||
cargo = {
|
|
||||||
features = "all",
|
|
||||||
},
|
|
||||||
},
|
|
||||||
},
|
|
||||||
},
|
},
|
||||||
-- DAP configuration
|
-- DAP configuration
|
||||||
dap = {
|
dap = {
|
||||||
|
@ -850,42 +840,6 @@ local plugins = {
|
||||||
require("nvim-dap-virtual-text").setup()
|
require("nvim-dap-virtual-text").setup()
|
||||||
end,
|
end,
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"jvgrootveld/telescope-zoxide",
|
|
||||||
dependencies = "nvim-telescope/telescope.nvim",
|
|
||||||
config = function()
|
|
||||||
-- Useful for easily creating commands
|
|
||||||
local z_utils = require "telescope._extensions.zoxide.utils"
|
|
||||||
|
|
||||||
require("telescope").setup {
|
|
||||||
-- (other Telescope configuration...)
|
|
||||||
extensions = {
|
|
||||||
zoxide = {
|
|
||||||
prompt_title = "[ Walking on the shoulders of TJ ]",
|
|
||||||
mappings = {
|
|
||||||
default = {
|
|
||||||
after_action = function(selection)
|
|
||||||
print("Update to (" .. selection.z_score .. ") " .. selection.path)
|
|
||||||
end,
|
|
||||||
},
|
|
||||||
["<C-s>"] = {
|
|
||||||
before_action = function(selection)
|
|
||||||
print "before C-s"
|
|
||||||
end,
|
|
||||||
action = function(selection)
|
|
||||||
vim.cmd.edit(selection.path)
|
|
||||||
end,
|
|
||||||
},
|
|
||||||
-- Opens the selected entry in a new split
|
|
||||||
["<C-q>"] = { action = z_utils.create_basic_command "split" },
|
|
||||||
},
|
|
||||||
},
|
|
||||||
},
|
|
||||||
}
|
|
||||||
require("telescope").load_extension "zoxide"
|
|
||||||
end,
|
|
||||||
},
|
|
||||||
{ "nanotee/zoxide.vim" },
|
|
||||||
}
|
}
|
||||||
|
|
||||||
return plugins
|
return plugins
|
||||||
|
|
|
@ -283,8 +283,3 @@ erstmal
|
||||||
warmweißer
|
warmweißer
|
||||||
WG
|
WG
|
||||||
SilverBullet
|
SilverBullet
|
||||||
Forgejo
|
|
||||||
additional
|
|
||||||
scriptable
|
|
||||||
Autcrate
|
|
||||||
rustaceans
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue