Compare commits
No commits in common. "0aa80f9874eda5a49fcc0976b3d0650992bb24cd" and "9a5e0a62aa075541faa583c44b485d5dfb56e490" have entirely different histories.
0aa80f9874
...
9a5e0a62aa
@ -72,9 +72,6 @@ vim.opt.showmode = false
|
|||||||
-- See `:help 'clipboard'`
|
-- See `:help 'clipboard'`
|
||||||
vim.opt.clipboard = 'unnamedplus'
|
vim.opt.clipboard = 'unnamedplus'
|
||||||
|
|
||||||
-- Display tabs as 2 spaces
|
|
||||||
vim.opt.tabstop = 2
|
|
||||||
|
|
||||||
-- Enable break indent
|
-- Enable break indent
|
||||||
vim.opt.breakindent = true
|
vim.opt.breakindent = true
|
||||||
|
|
||||||
@ -763,20 +760,6 @@ require('lazy').setup({
|
|||||||
end,
|
end,
|
||||||
},
|
},
|
||||||
|
|
||||||
{
|
|
||||||
'ray-x/lsp_signature.nvim',
|
|
||||||
event = 'VeryLazy',
|
|
||||||
opts = {
|
|
||||||
hint_inline = function()
|
|
||||||
return true
|
|
||||||
end,
|
|
||||||
hint_prefix = '',
|
|
||||||
},
|
|
||||||
config = function(_, opts)
|
|
||||||
require('lsp_signature').setup(opts)
|
|
||||||
end,
|
|
||||||
},
|
|
||||||
|
|
||||||
{
|
{
|
||||||
-- Set the colorscheme.
|
-- Set the colorscheme.
|
||||||
-- If you want to see what colorschemes are already installed, you can use `:Telescope colorscheme`.
|
-- If you want to see what colorschemes are already installed, you can use `:Telescope colorscheme`.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user