mirror of
https://github.com/Feliix42/dotfiles.git
synced 2024-11-24 14:56:29 +00:00
note optional settings for netrw
This commit is contained in:
parent
c9602b5acc
commit
4150497767
1 changed files with 4 additions and 0 deletions
|
@ -36,6 +36,10 @@ require('lualine').setup {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
-- to disable the default netrw file browser
|
||||||
|
-- vim.g.loaded_netrw = 1
|
||||||
|
-- vim.g.loaded_netrwPlugin = 1
|
||||||
|
|
||||||
vim.opt.termguicolors = true
|
vim.opt.termguicolors = true
|
||||||
require("bufferline").setup{}
|
require("bufferline").setup{}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue