Remove lsp_lines and fix pythong ftplugin
This commit is contained in:
parent
b5e18433a1
commit
28794e5404
@ -1,3 +1,3 @@
|
|||||||
set colorcolumn=100
|
set colorcolumn=100
|
||||||
nmap ;x [hv]h]hk$;sc
|
nmap ;x [hv]h]hk$;sc
|
||||||
set tw=100
|
set tw=1000
|
||||||
|
25
init.lua
25
init.lua
@ -762,7 +762,6 @@ require("lazy").setup({
|
|||||||
end,
|
end,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
||||||
{ -- You can easily change to a different colorscheme.
|
{ -- You can easily change to a different colorscheme.
|
||||||
-- Change the name of the colorscheme plugin below, and then
|
-- Change the name of the colorscheme plugin below, and then
|
||||||
-- change the command in the config to whatever the name of that colorscheme is
|
-- change the command in the config to whatever the name of that colorscheme is
|
||||||
@ -839,10 +838,26 @@ require("lazy").setup({
|
|||||||
end,
|
end,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"https://git.sr.ht/~whynothugo/lsp_lines.nvim",
|
"folke/snacks.nvim",
|
||||||
setup = { vim.diagnostic.config({
|
priority = 1000,
|
||||||
virtual_text = false,
|
lazy = false,
|
||||||
}) },
|
opts = {
|
||||||
|
-- your configuration comes here
|
||||||
|
-- or leave it empty to use the default settings
|
||||||
|
-- refer to the configuration section below
|
||||||
|
dashboard = { enabled = true },
|
||||||
|
input = { enabled = true },
|
||||||
|
terminal = { enabled = true },
|
||||||
|
},
|
||||||
|
keys = {
|
||||||
|
{
|
||||||
|
"<leader>T",
|
||||||
|
function()
|
||||||
|
Snacks.terminal()
|
||||||
|
end,
|
||||||
|
desc = "Toggle Terminal",
|
||||||
|
},
|
||||||
|
},
|
||||||
},
|
},
|
||||||
"airblade/vim-gitgutter",
|
"airblade/vim-gitgutter",
|
||||||
"tpope/vim-abolish",
|
"tpope/vim-abolish",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user