Skip to content

Commit

Permalink
Add fixes described by nvim-tree.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
leomeinel committed May 1, 2023
1 parent 78d7e1f commit 7b4cf7d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .config/nvim/init.lua
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
-- disable netrw
vim.g.loaded_netrw = 1
vim.g.loaded_netrwPlugin = 1

-- Plugins
require('plugins')
require('setup')
Expand Down Expand Up @@ -31,6 +35,7 @@ vim.wo.signcolumn = 'yes'
-- Set colorscheme
vim.o.background = 'dark'
vim.o.termguicolors = true
vim.opt.termguicolors = true

-- Set completeopt to have a better completion experience
vim.o.completeopt = 'menuone,noselect'
Expand Down

0 comments on commit 7b4cf7d

Please sign in to comment.