More random cleanup
This commit is contained in:
parent
f8ad93746b
commit
900e844835
|
@ -13,8 +13,6 @@ return {
|
|||
-- keymap = { preset = "default" },
|
||||
keymap = {
|
||||
preset = "default",
|
||||
-- ["<C-u>"] = {function(cmp) cmp.scroll_documentation_up(4) end},
|
||||
-- ["<C-d>"] = {function(cmp) cmp.scroll_documentation_down(4) end},
|
||||
["<C-space>"] = { "show", "show_documentation", "hide_documentation" },
|
||||
["<C-u>"] = { "scroll_documentation_up" },
|
||||
["<C-d>"] = { "scroll_documentation_down" },
|
||||
|
|
|
@ -4,9 +4,6 @@ local file = require("symbols.file")
|
|||
|
||||
return {
|
||||
"akinsho/bufferline.nvim",
|
||||
dependencies = {
|
||||
"ojroques/nvim-bufdel",
|
||||
},
|
||||
config = function()
|
||||
-- Enable mousemoveevent if possible
|
||||
vim.o.mousemoveevent = true
|
||||
|
@ -34,8 +31,6 @@ return {
|
|||
show_buffer_icons = false,
|
||||
show_buffer_close_icons = false,
|
||||
diagnostics = "nvim_lsp",
|
||||
-- close_command = "BufDel %d",
|
||||
-- right_mouse_command = "BufDel %d",
|
||||
separator_style = "thick",
|
||||
left_trunc_marker = "",
|
||||
right_trunc_marker = "",
|
||||
|
|
|
@ -12,7 +12,7 @@ return {
|
|||
require("conform").format({ async = true, lsp_fallback = true })
|
||||
end,
|
||||
mode = "",
|
||||
desc = "[F]ormat buffer",
|
||||
desc = "Format buffer",
|
||||
},
|
||||
},
|
||||
opts = {
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
-- https://github.com/j-hui/fidget.nvim
|
||||
return {
|
||||
"j-hui/fidget.nvim",
|
||||
opts = {
|
||||
|
|
|
@ -43,6 +43,7 @@ return {
|
|||
schemas = {},
|
||||
})
|
||||
|
||||
-- TODO: Set on lsp attach with filetype yaml?
|
||||
vim.keymap.set(
|
||||
"n",
|
||||
"<leader>ss",
|
||||
|
|
Loading…
Reference in New Issue
Block a user