Added some NeoVim modules
- Oil: file listings - Nvim Web Devicons: adds some icons for Oil - gitsigns: show git modifications inside nvim
This commit is contained in:
parent
b502071c75
commit
753f55ce44
6 changed files with 26 additions and 0 deletions
10
neovim/init.lua
Normal file
10
neovim/init.lua
Normal file
|
@ -0,0 +1,10 @@
|
|||
--[[
|
||||
My NeoVim configuration
|
||||
--]]
|
||||
|
||||
require('nvim-web-devicons').setup()
|
||||
require('oil').setup()
|
||||
require('gitsigns').setup()
|
||||
|
||||
vim.opt.spelllang = 'en_gb'
|
||||
vim.opt.spell = true
|
1
neovim/pack/vendor/start/gitsigns.nvim
vendored
Submodule
1
neovim/pack/vendor/start/gitsigns.nvim
vendored
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit e784e5a078f993f7218b8a857cb581d5b9ca42dc
|
1
neovim/pack/vendor/start/nvim-web-devicons
vendored
Submodule
1
neovim/pack/vendor/start/nvim-web-devicons
vendored
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit c0cfc1738361b5da1cd0a962dd6f774cc444f856
|
1
neovim/pack/vendor/start/oil.nvim
vendored
Submodule
1
neovim/pack/vendor/start/oil.nvim
vendored
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit 10fbfdd37b6904c0776c5db1a27ab47eecba335e
|
Loading…
Add table
Add a link
Reference in a new issue