mirror of
https://codeberg.org/JasterV/dotfiles.git
synced 2026-04-26 18:40:04 +00:00
removes redundant keymap
This commit is contained in:
parent
552c5e90c0
commit
465f51e1a1
1 changed files with 0 additions and 9 deletions
|
|
@ -126,14 +126,6 @@ lvim.lsp.automatic_servers_installation = true
|
|||
--[[
|
||||
ADDITIONAL PLUGINS
|
||||
]]
|
||||
|
||||
local lsp_lines = {
|
||||
"https://git.sr.ht/~whynothugo/lsp_lines.nvim",
|
||||
config = function()
|
||||
require("lsp_lines").setup {}
|
||||
end
|
||||
}
|
||||
|
||||
local numb = {
|
||||
"nacro90/numb.nvim",
|
||||
config = function()
|
||||
|
|
@ -194,7 +186,6 @@ local ts_rainbow = {
|
|||
}
|
||||
|
||||
lvim.plugins = {
|
||||
lsp_lines,
|
||||
numb,
|
||||
colorschemes.tokyionight,
|
||||
rust_tools,
|
||||
|
|
|
|||
Loading…
Reference in a new issue