···11--- Change fish to bash
22--- check this issue: https://github.com/kyazdani42/nvim-tree.lua/issues/549
33---[[ local fish = "fish"
44-if vim.o.shell:sub(- #fish) == fish then
55- vim.opt.shell = "/bin/bash"
66-end ]]
77--- commented to use toggleterm
88-91local options = {
102 backup = false, -- creates a backup file
113 clipboard = "unnamedplus", -- allows neovim to access the system clipboard
···4133 wrap = false, -- display lines as one long line
4234 scrolloff = 8, -- is one of my fav
4335 sidescrolloff = 8,
4444- -- guifont = "monospace:h17", -- the font used in graphical neovim applications
3636+ guifont = "FiraCode Nerd Font:h16", -- the font used in graphical neovim applications
4537 whichwrap = "<,>,[,]",
4638}
4739