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

changeset 1068
537a428597b5
parent 1064
fcfa295076a8
child 1081
59e05e03851d
equal deleted inserted replaced
1067:08675f3a85f6 1068:537a428597b5
4 g.no_viewdoc_abbrev = 1 4 g.no_viewdoc_abbrev = 1
5 g.viewdoc_open = "topleft new" 5 g.viewdoc_open = "topleft new"
6 g.viewdoc_winwidth_max = 100 6 g.viewdoc_winwidth_max = 100
7 7
8 return { 8 return {
9 "powerman/vim-plugin-viewdoc", 9 { "powerman/vim-plugin-viewdoc", event = "VeryLazy" },
10 10
11 { 11 {
12 "nvim-lualine/lualine.nvim", 12 "nvim-lualine/lualine.nvim",
13 opts = { 13 opts = {
14 options = { 14 options = {
33 }, 33 },
34 }, 34 },
35 35
36 { 36 {
37 "lukas-reineke/indent-blankline.nvim", 37 "lukas-reineke/indent-blankline.nvim",
38 event = "BufReadPost", 38 event = { "BufReadPost", "BufNewFile" },
39 keys = { 39 keys = {
40 { "<leader>ig", "<cmd>IndentBlanklineToggle<cr>" }, 40 { "<leader>ig", "<cmd>IndentBlanklineToggle<cr>" },
41 }, 41 },
42 opts = { 42 opts = {
43 enabled = false, 43 enabled = false,

mercurial