.config/nvim/lua/plugins/ui.lua

changeset 1022
d509e282ae10
parent 1015
21950cadff6b
child 1045
456c039881a8
equal deleted inserted replaced
1021:f0756bba5d2f 1022:d509e282ae10
1 local g = vim.g
2
3 -- >> Viewdoc
4 g.no_viewdoc_abbrev = 1
5 g.viewdoc_open = "topleft new"
6 g.viewdoc_winwidth_max = 100
7
1 return { 8 return {
9 "powerman/vim-plugin-viewdoc",
10
2 { 11 {
3 "nvim-lualine/lualine.nvim", 12 "nvim-lualine/lualine.nvim",
4 opts = { 13 opts = {
5 options = { 14 options = {
6 theme = "auto", 15 theme = "auto",
22 {"<leader>ig", "<cmd>IndentBlanklineToggle<cr>"}, 31 {"<leader>ig", "<cmd>IndentBlanklineToggle<cr>"},
23 }, 32 },
24 opts = { 33 opts = {
25 enabled = false, 34 enabled = false,
26 char = "│", 35 char = "│",
27 filetype_exclude = { "help", "alpha", "dashboard", "neo-tree", "Trouble", "lazy" }, 36 -- filetype_exclude = { "help", "alpha", "dashboard", "neo-tree", "Trouble", "lazy" },
28 show_trailing_blankline_indent = false, 37 show_trailing_blankline_indent = false,
29 show_current_context = false, 38 show_current_context = false,
30 }, 39 },
31 }, 40 },
32 41

mercurial