Skip to content

Commit

Permalink
config(nvim): open files on right
Browse files Browse the repository at this point in the history
  • Loading branch information
haunt98 committed Jul 5, 2024
1 parent 6f76a9c commit 69bff1e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions data/nvim/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -270,13 +270,18 @@ require("lazy").setup({
end,
config = function()
require("nvim-tree").setup({
view = {
side = "right",
},
renderer = {
group_empty = true,
root_folder_label = false,
indent_width = 2,
special_files = {
"go.mod",
"go.sum",
"Makefile",
"README.md",
},
icons = {
show = {
Expand Down

0 comments on commit 69bff1e

Please sign in to comment.