this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

cleanup

+1 -6
+1 -6
nvim/lua/plugins/ui.lua
··· 75 75 vim.keymap.set("n", "Y", api.fs.copy.relative_path, opts("Copy Relative Path")) 76 76 end, 77 77 }) 78 - 79 - -- https://github.com/Gelio/ubuntu-dotfiles/pull/1/files 80 - -- local winopts = require("nvim-tree.view").View.winopts 81 - -- winopts.winfixwidth = false 82 - -- winopts.winfixheight = false 83 78 end, 84 79 }, 85 80 { 86 81 "stevearc/aerial.nvim", 87 82 opts = { 88 - -- backends = { "treesitter", "lsp", "markdown", "asciidoc", "man" }, 83 + -- default starts with treesitter, but I like lsp 89 84 backends = { "lsp", "markdown", "asciidoc", "man" }, 90 85 filter_kind = false, 91 86 layout = {