1
0
Fork 0

Last manual config (for now).

This commit is contained in:
Arthur Khachaturov 2023-11-30 15:56:13 +03:00
parent 9081c45880
commit da0b0bc5e9
9 changed files with 109 additions and 35 deletions

View file

@ -1 +0,0 @@
return { "vim-airline/vim-airline" }

View file

@ -1,8 +0,0 @@
return {
'Wansmer/langmapper.nvim',
lazy = false,
priority = 1,
config = {
hack_keymap = true,
}
}

View file

@ -0,0 +1,11 @@
return {
"itchyny/lightline.vim",
config = function()
vim.g.lightline = {
colorscheme = "one",
enable = {
tabline = 0
}
}
end
}

View file

@ -1,4 +0,0 @@
return {
"wakatime/vim-wakatime",
lazy = false,
}