mirror of
https://github.com/Baipyrus/nvim-config.git
synced 2024-12-26 13:21:45 +00:00
Compare commits
No commits in common. "2758e420cc42098debc1c419a7f1c2bf2cb6d3e8" and "48eacbfcab818aa708dd620ae27cc274755d932c" have entirely different histories.
2758e420cc
...
48eacbfcab
@ -21,8 +21,6 @@ return {
|
||||
vim.keymap.set('n', '<leader>gp', '<cmd>Git pull<cr>', { desc = '[G]it [P]ull' })
|
||||
-- Open history graph
|
||||
vim.keymap.set('n', '<leader>gl', '<cmd>Flogsplit<cr><cmd>wincmd k<cr><cmd>q<cr>', { desc = '[G]it [L]og' })
|
||||
-- Open branch manager
|
||||
vim.keymap.set('n', '<leader>gm', '<cmd>Merginal<cr>', { desc = '[G]it [M]erginal' })
|
||||
end,
|
||||
},
|
||||
}
|
||||
|
@ -175,7 +175,6 @@ return {
|
||||
-- - settings (table): Override the default settings passed when initializing the server.
|
||||
-- For example, to see the options for `lua_ls`, you could go to: https://luals.github.io/wiki/settings/
|
||||
local servers = {
|
||||
powershell_es = {},
|
||||
rust_analyzer = {},
|
||||
tailwindcss = {},
|
||||
omnisharp = {},
|
||||
|
@ -30,7 +30,6 @@ return {
|
||||
'rust',
|
||||
'c_sharp',
|
||||
'go',
|
||||
'powershell',
|
||||
-- git
|
||||
'gitcommit',
|
||||
'gitignore',
|
||||
|
Loading…
Reference in New Issue
Block a user