Skip to content

Commit

Permalink
[EDIT] relative numbers not only for vim also for neovim
Browse files Browse the repository at this point in the history
  • Loading branch information
ed1us3r committed Sep 24, 2024
1 parent 4457715 commit 2a3528f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
1 change: 1 addition & 0 deletions .config/nvim/lua/config/options.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
vim.opt.relativenumber = false
7 changes: 0 additions & 7 deletions .config/nvim/lua/plugins/startup.lua
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
return{
{ url = "[email protected]:mong8se/actually.nvim.git" },
{
"startup-nvim/startup.nvim",
dependencies = { "nvim-telescope/telescope.nvim", "nvim-lua/plenary.nvim", "nvim-telescope/telescope-file-browser.nvim" },
config = function()
require "startup".setup()
end
},
{
"nvim-neo-tree/neo-tree.nvim",
opts = {
Expand Down

0 comments on commit 2a3528f

Please sign in to comment.