adding tree, and relative line numbers
This commit is contained in:
parent
a3f3e08f34
commit
a95aa3ce35
3 changed files with 65 additions and 3 deletions
4
init.lua
4
init.lua
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue