Compare commits
No commits in common. "e7da25d583c99184ed979f62e664641826558c38" and "01d397d57fa329fe0ea6dc432e3292b02544445c" have entirely different histories.
e7da25d583
...
01d397d57f
5 changed files with 267 additions and 24 deletions
|
@ -7,7 +7,6 @@ local plugins = {
|
||||||
|
|
||||||
{
|
{
|
||||||
"neovim/nvim-lspconfig",
|
"neovim/nvim-lspconfig",
|
||||||
enable = false,
|
|
||||||
config = function()
|
config = function()
|
||||||
require "plugins.configs.lspconfig"
|
require "plugins.configs.lspconfig"
|
||||||
require "custom.configs.lspconfig"
|
require "custom.configs.lspconfig"
|
||||||
|
@ -16,7 +15,6 @@ local plugins = {
|
||||||
-- override plugin configs
|
-- override plugin configs
|
||||||
{
|
{
|
||||||
"williamboman/mason.nvim",
|
"williamboman/mason.nvim",
|
||||||
enable = false,
|
|
||||||
opts = overrides.mason,
|
opts = overrides.mason,
|
||||||
},
|
},
|
||||||
|
|
||||||
|
@ -41,7 +39,6 @@ local plugins = {
|
||||||
|
|
||||||
{
|
{
|
||||||
"stevearc/conform.nvim",
|
"stevearc/conform.nvim",
|
||||||
enable = false,
|
|
||||||
-- for users those who want auto-save conform + lazyloading!
|
-- for users those who want auto-save conform + lazyloading!
|
||||||
-- event = "BufWritePre"
|
-- event = "BufWritePre"
|
||||||
config = function()
|
config = function()
|
||||||
|
@ -85,7 +82,6 @@ local plugins = {
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"folke/which-key.nvim",
|
"folke/which-key.nvim",
|
||||||
enable = false,
|
|
||||||
keys = { "<leader>", "<localleader>", "<c-r>", "<c-w>", '"', "'", "`", "c", "v", "g" },
|
keys = { "<leader>", "<localleader>", "<c-r>", "<c-w>", '"', "'", "`", "c", "v", "g" },
|
||||||
defaults = {
|
defaults = {
|
||||||
mode = { "n", "v" },
|
mode = { "n", "v" },
|
||||||
|
@ -103,10 +99,9 @@ local plugins = {
|
||||||
["<leader>f"] = { name = "+formatting" },
|
["<leader>f"] = { name = "+formatting" },
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
{ "echasnovski/mini.trailspace", enabled = false, lazy = false, event = { "BufReadPost", "BufNewFile" }, opts = {} },
|
{ "echasnovski/mini.trailspace", lazy = false, event = { "BufReadPost", "BufNewFile" }, opts = {} },
|
||||||
{
|
{
|
||||||
"itchyny/vim-cursorword",
|
"itchyny/vim-cursorword",
|
||||||
enabled = false,
|
|
||||||
event = "FileType",
|
event = "FileType",
|
||||||
init = function()
|
init = function()
|
||||||
vim.g.cursorword = 0
|
vim.g.cursorword = 0
|
||||||
|
@ -153,7 +148,6 @@ local plugins = {
|
||||||
|
|
||||||
{
|
{
|
||||||
"RRethy/vim-illuminate",
|
"RRethy/vim-illuminate",
|
||||||
enabled = false,
|
|
||||||
lazy = false,
|
lazy = false,
|
||||||
event = { "BufReadPost", "BufNewFile" },
|
event = { "BufReadPost", "BufNewFile" },
|
||||||
opts = {
|
opts = {
|
||||||
|
@ -243,7 +237,6 @@ local plugins = {
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"folke/trouble.nvim",
|
"folke/trouble.nvim",
|
||||||
enabled = false,
|
|
||||||
cmd = { "Trouble", "TroubleToggle" },
|
cmd = { "Trouble", "TroubleToggle" },
|
||||||
opts = { use_diagnostic_signs = true },
|
opts = { use_diagnostic_signs = true },
|
||||||
-- stylua: ignore
|
-- stylua: ignore
|
||||||
|
@ -366,7 +359,6 @@ local plugins = {
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"stevearc/dressing.nvim",
|
"stevearc/dressing.nvim",
|
||||||
enabled = false,
|
|
||||||
init = function()
|
init = function()
|
||||||
---@diagnostic disable-next-line: duplicate-set-field
|
---@diagnostic disable-next-line: duplicate-set-field
|
||||||
vim.ui.select = function(...)
|
vim.ui.select = function(...)
|
||||||
|
@ -392,7 +384,6 @@ local plugins = {
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"kevinhwang91/nvim-bqf",
|
"kevinhwang91/nvim-bqf",
|
||||||
enabled = false,
|
|
||||||
ft = "qf",
|
ft = "qf",
|
||||||
cmd = "BqfAutoToggle",
|
cmd = "BqfAutoToggle",
|
||||||
event = "QuickFixCmdPost",
|
event = "QuickFixCmdPost",
|
||||||
|
@ -436,7 +427,6 @@ local plugins = {
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"uga-rosa/ccc.nvim",
|
"uga-rosa/ccc.nvim",
|
||||||
enabled = false,
|
|
||||||
lazy = false,
|
lazy = false,
|
||||||
event = "FileType",
|
event = "FileType",
|
||||||
keys = {
|
keys = {
|
||||||
|
@ -452,12 +442,10 @@ local plugins = {
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"Bekaboo/deadcolumn.nvim",
|
"Bekaboo/deadcolumn.nvim",
|
||||||
enabled = false,
|
|
||||||
event = { "BufReadPre", "BufNewFile" },
|
event = { "BufReadPre", "BufNewFile" },
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"rmagatti/goto-preview",
|
"rmagatti/goto-preview",
|
||||||
enabled = false,
|
|
||||||
event = "FileType",
|
event = "FileType",
|
||||||
config = function()
|
config = function()
|
||||||
require("core.utils").load_mappings "goto_preview"
|
require("core.utils").load_mappings "goto_preview"
|
||||||
|
@ -473,7 +461,6 @@ local plugins = {
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"glacambre/firenvim",
|
"glacambre/firenvim",
|
||||||
enabled = false,
|
|
||||||
lazy = not vim.g.started_by_firenvim,
|
lazy = not vim.g.started_by_firenvim,
|
||||||
build = function()
|
build = function()
|
||||||
vim.fn["firenvim#install"](0)
|
vim.fn["firenvim#install"](0)
|
||||||
|
@ -492,7 +479,6 @@ local plugins = {
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"sidebar-nvim/sidebar.nvim",
|
"sidebar-nvim/sidebar.nvim",
|
||||||
enabled = false,
|
|
||||||
cmd = { "SidebarNvimToggle", "SidebarNvimOpen" },
|
cmd = { "SidebarNvimToggle", "SidebarNvimOpen" },
|
||||||
config = function()
|
config = function()
|
||||||
require("sidebar-nvim").setup {
|
require("sidebar-nvim").setup {
|
||||||
|
@ -574,7 +560,6 @@ local plugins = {
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"nvimtools/none-ls.nvim",
|
"nvimtools/none-ls.nvim",
|
||||||
enabled = false,
|
|
||||||
event = { "BufReadPre", "BufNewFile" },
|
event = { "BufReadPre", "BufNewFile" },
|
||||||
opts = function(_, opts)
|
opts = function(_, opts)
|
||||||
opts.sources = {}
|
opts.sources = {}
|
||||||
|
@ -606,7 +591,6 @@ local plugins = {
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"lvimuser/lsp-inlayhints.nvim",
|
"lvimuser/lsp-inlayhints.nvim",
|
||||||
enabled = false,
|
|
||||||
event = "LspAttach",
|
event = "LspAttach",
|
||||||
opts = {
|
opts = {
|
||||||
inlay_hints = {
|
inlay_hints = {
|
||||||
|
@ -636,11 +620,9 @@ local plugins = {
|
||||||
vim.cmd "hi LspInlayHint guibg=bg guifg=#804d66"
|
vim.cmd "hi LspInlayHint guibg=bg guifg=#804d66"
|
||||||
end,
|
end,
|
||||||
},
|
},
|
||||||
{ "kosayoda/nvim-lightbulb", enabled = false,
|
{ "kosayoda/nvim-lightbulb", event = { "BufReadPre", "BufNewFile" } },
|
||||||
event = { "BufReadPre", "BufNewFile" } },
|
|
||||||
{
|
{
|
||||||
"Wansmer/treesj",
|
"Wansmer/treesj",
|
||||||
enabled = false,
|
|
||||||
cmd = { "TSJJoin", "TSJSplit", "TSJSplit" },
|
cmd = { "TSJJoin", "TSJSplit", "TSJSplit" },
|
||||||
keys = {
|
keys = {
|
||||||
{ "<C-s-j>", "<cmd>TSJJoin<CR>" },
|
{ "<C-s-j>", "<cmd>TSJJoin<CR>" },
|
||||||
|
@ -652,7 +634,6 @@ local plugins = {
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"b0o/incline.nvim",
|
"b0o/incline.nvim",
|
||||||
enabled = false,
|
|
||||||
event = "FileType",
|
event = "FileType",
|
||||||
config = function()
|
config = function()
|
||||||
local function get_diagnostic_label(props)
|
local function get_diagnostic_label(props)
|
||||||
|
@ -706,7 +687,7 @@ local plugins = {
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"mikesmithgh/kitty-scrollback.nvim",
|
"mikesmithgh/kitty-scrollback.nvim",
|
||||||
enabled = false,
|
enabled = true,
|
||||||
lazy = true,
|
lazy = true,
|
||||||
cmd = { "KittyScrollbackGenerateKittens", "KittyScrollbackCheckHealth" },
|
cmd = { "KittyScrollbackGenerateKittens", "KittyScrollbackCheckHealth" },
|
||||||
event = { "User KittyScrollbackLaunch" },
|
event = { "User KittyScrollbackLaunch" },
|
||||||
|
@ -722,11 +703,10 @@ local plugins = {
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"hrsh7th/nvim-cmp",
|
"hrsh7th/nvim-cmp",
|
||||||
enabled = false,
|
enabled = not vim.g.started_by_firenvim,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ziontee113/icon-picker.nvim",
|
"ziontee113/icon-picker.nvim",
|
||||||
enabled = false,
|
|
||||||
keys = {
|
keys = {
|
||||||
{ "<C-I>", "<cmd>IconPickerNormal<CR>", desc = "pick icon" },
|
{ "<C-I>", "<cmd>IconPickerNormal<CR>", desc = "pick icon" },
|
||||||
{ "y<C-I>", "<cmd>IconPickerYank<CR>", desc = "yank icon" },
|
{ "y<C-I>", "<cmd>IconPickerYank<CR>", desc = "yank icon" },
|
||||||
|
|
BIN
spell/de.utf-8.spl
Normal file
BIN
spell/de.utf-8.spl
Normal file
Binary file not shown.
BIN
spell/de.utf-8.sug
Normal file
BIN
spell/de.utf-8.sug
Normal file
Binary file not shown.
263
spell/en.utf-8.add
Normal file
263
spell/en.utf-8.add
Normal file
|
@ -0,0 +1,263 @@
|
||||||
|
#ifferent
|
||||||
|
Linter
|
||||||
|
Neorg
|
||||||
|
DevOps
|
||||||
|
NewTec
|
||||||
|
Mergetools
|
||||||
|
Quellrepository
|
||||||
|
gemerged
|
||||||
|
mergen
|
||||||
|
a
|
||||||
|
ccl
|
||||||
|
NTSG
|
||||||
|
a
|
||||||
|
Jira
|
||||||
|
ReqEng
|
||||||
|
cscherr
|
||||||
|
MD5
|
||||||
|
Hashchecker
|
||||||
|
Testvectors
|
||||||
|
#ossibilites
|
||||||
|
possibilites/!
|
||||||
|
Hexdumper
|
||||||
|
hexdumped
|
||||||
|
Atlassian
|
||||||
|
Initialkosten
|
||||||
|
Hexeditor
|
||||||
|
hexeditor
|
||||||
|
Hexdumping
|
||||||
|
stdin
|
||||||
|
md
|
||||||
|
regex101
|
||||||
|
#nglish
|
||||||
|
Manspider
|
||||||
|
Manspiders
|
||||||
|
subrace
|
||||||
|
subraces
|
||||||
|
swiftstride
|
||||||
|
beasthide
|
||||||
|
Eldeen
|
||||||
|
Khorvaire
|
||||||
|
drider
|
||||||
|
spiderful
|
||||||
|
spiderfew
|
||||||
|
Spiderfolk
|
||||||
|
Shrelluka
|
||||||
|
find/!
|
||||||
|
find
|
||||||
|
Magnam
|
||||||
|
arachna
|
||||||
|
matrem
|
||||||
|
namegen
|
||||||
|
Zessas
|
||||||
|
Webbington
|
||||||
|
Razu
|
||||||
|
Rhellu
|
||||||
|
cantrip
|
||||||
|
d12
|
||||||
|
d4
|
||||||
|
th
|
||||||
|
unnoteworthy
|
||||||
|
Qroczhreer
|
||||||
|
Blokhof
|
||||||
|
Hauck
|
||||||
|
spiderous
|
||||||
|
zlib
|
||||||
|
experimentelle
|
||||||
|
SHA
|
||||||
|
Etablierungs
|
||||||
|
the
|
||||||
|
strikethrough
|
||||||
|
RustBook
|
||||||
|
IEC62443
|
||||||
|
DHBW
|
||||||
|
gelinked
|
||||||
|
openssl
|
||||||
|
Yocto
|
||||||
|
gls
|
||||||
|
ECC
|
||||||
|
Kryptosystem
|
||||||
|
github
|
||||||
|
sfackler
|
||||||
|
mathmatics
|
||||||
|
www
|
||||||
|
sagemath
|
||||||
|
PlexSheep
|
||||||
|
plexcryptool
|
||||||
|
ECDSA
|
||||||
|
EdDSA
|
||||||
|
Stringverarbeitung
|
||||||
|
#onblocking
|
||||||
|
OOP
|
||||||
|
Fifo
|
||||||
|
serde
|
||||||
|
Deserialisierung
|
||||||
|
serde
|
||||||
|
Skripte
|
||||||
|
mathmatics
|
||||||
|
bbc
|
||||||
|
Kryptographischen/!
|
||||||
|
PyO3
|
||||||
|
#yo3
|
||||||
|
JSON
|
||||||
|
json
|
||||||
|
#yo3
|
||||||
|
Verifikationsmechanismus
|
||||||
|
projektinterne
|
||||||
|
Theoriephase
|
||||||
|
weise/!
|
||||||
|
Weise
|
||||||
|
merksam
|
||||||
|
Syscall
|
||||||
|
Enum
|
||||||
|
deu
|
||||||
|
JS
|
||||||
|
JS
|
||||||
|
getElementById
|
||||||
|
MDN
|
||||||
|
WebDocs
|
||||||
|
src
|
||||||
|
txt
|
||||||
|
ERRNO
|
||||||
|
vvvv
|
||||||
|
Rustonomicon
|
||||||
|
Rustdoc
|
||||||
|
paragraph
|
||||||
|
rustc
|
||||||
|
Klabnik
|
||||||
|
io
|
||||||
|
rustbook
|
||||||
|
Deserialize
|
||||||
|
deserialisierbaren
|
||||||
|
SIGTERM
|
||||||
|
Beendigungsabfrage
|
||||||
|
SIGKILL
|
||||||
|
stdout
|
||||||
|
stderr
|
||||||
|
Leveln
|
||||||
|
gedroppt
|
||||||
|
#ekonstruktor
|
||||||
|
Dekonstruktor/!
|
||||||
|
dealloziiert
|
||||||
|
Dealloziierung
|
||||||
|
Dealloziieren
|
||||||
|
vvvv
|
||||||
|
TODO
|
||||||
|
vvvv
|
||||||
|
Structs
|
||||||
|
nomicon
|
||||||
|
Wrapperklasse
|
||||||
|
tx
|
||||||
|
rx
|
||||||
|
struct
|
||||||
|
enum
|
||||||
|
priorisierbar
|
||||||
|
仕方がない
|
||||||
|
Gleichzeitigkeitsmechanismen
|
||||||
|
ServiceWrapper
|
||||||
|
Repräsentierung
|
||||||
|
Docstrings
|
||||||
|
Backends
|
||||||
|
dirs
|
||||||
|
MessageFrame
|
||||||
|
Addressor
|
||||||
|
init
|
||||||
|
Spektralgestalt
|
||||||
|
CTS
|
||||||
|
Addressor
|
||||||
|
Timestamp
|
||||||
|
str
|
||||||
|
BASEDIRECTORY
|
||||||
|
configs
|
||||||
|
fifo
|
||||||
|
PKI
|
||||||
|
secp384r1
|
||||||
|
Addressors
|
||||||
|
Keystore
|
||||||
|
Fifos
|
||||||
|
SBC
|
||||||
|
NTSecureCloudSolutions
|
||||||
|
newtec
|
||||||
|
loesungen
|
||||||
|
subfigure
|
||||||
|
Shield96
|
||||||
|
ATSAMA5D27
|
||||||
|
TrustZone
|
||||||
|
A5
|
||||||
|
ARMv7
|
||||||
|
eMMC
|
||||||
|
MT25QU0512BBB
|
||||||
|
ATECC608
|
||||||
|
Rückwärtskompatibilität
|
||||||
|
tls
|
||||||
|
opcua
|
||||||
|
texttt
|
||||||
|
rfcp
|
||||||
|
ssl
|
||||||
|
Lifecycle
|
||||||
|
v0
|
||||||
|
pyi
|
||||||
|
bietete
|
||||||
|
desc
|
||||||
|
Scherr
|
||||||
|
mariadb
|
||||||
|
Gawa
|
||||||
|
Django
|
||||||
|
opensource
|
||||||
|
Shader
|
||||||
|
shader
|
||||||
|
GLFW
|
||||||
|
shaders
|
||||||
|
GLSL
|
||||||
|
cpp
|
||||||
|
clangd
|
||||||
|
Hashtypen
|
||||||
|
Ver
|
||||||
|
vshot
|
||||||
|
oopsc
|
||||||
|
antlr
|
||||||
|
wir's
|
||||||
|
Naja
|
||||||
|
Vlam
|
||||||
|
UNE
|
||||||
|
Electionary
|
||||||
|
UNE's
|
||||||
|
recuse
|
||||||
|
hacky
|
||||||
|
config
|
||||||
|
Yubi
|
||||||
|
submodules
|
||||||
|
Curve25519
|
||||||
|
gpg
|
||||||
|
devops
|
||||||
|
lazygit
|
||||||
|
IDEs
|
||||||
|
hypervisors
|
||||||
|
QEMU
|
||||||
|
virt
|
||||||
|
filetypes
|
||||||
|
Parth
|
||||||
|
Narula
|
||||||
|
wordpress
|
||||||
|
PlexSheep's
|
||||||
|
nvchad
|
||||||
|
IDK
|
||||||
|
lazyloading
|
||||||
|
nv
|
||||||
|
ftplugins
|
||||||
|
stylua
|
||||||
|
nvim
|
||||||
|
lsp
|
||||||
|
builtins
|
||||||
|
cmdline
|
||||||
|
popupmenu
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
#m
|
||||||
|
ufo
|
||||||
|
treesitter
|
||||||
|
gehostet
|
BIN
spell/en.utf-8.add.spl
Normal file
BIN
spell/en.utf-8.add.spl
Normal file
Binary file not shown.
Loading…
Add table
Reference in a new issue