adding tree, and relative line numbers

This commit is contained in:
joe.sharp 2023-10-31 12:13:04 +00:00
parent a3f3e08f34
commit a95aa3ce35
3 changed files with 65 additions and 3 deletions

View file

@ -227,7 +227,7 @@ require('lazy').setup({
-- Uncomment the following line and add your plugins to `lua/custom/plugins/*.lua` to get going.
--
-- For additional information see: https://github.com/folke/lazy.nvim#-structuring-your-plugins
-- { import = 'custom.plugins' },
{ import = 'custom.plugins' },
}, {})
-- [[ Setting options ]]
@ -559,6 +559,6 @@ cmp.setup {
{ name = 'luasnip' },
},
}
vim.wo.relativenumber = true
-- The line beneath this is called `modeline`. See `:help modeline`
-- vim: ts=2 sts=2 sw=2 et