Compare commits
No commits in common. "6924f66ba7d68213852a0e470b1493f1001e515f" and "79e147db3ae23fefa27b6304b518e00ac5d3c958" have entirely different histories.
6924f66ba7
...
79e147db3a
4 changed files with 2 additions and 15 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -34,6 +34,3 @@
|
|||
[submodule "neovim/pack/vendor/start/nvim-lspconfig"]
|
||||
path = neovim/pack/vendor/start/nvim-lspconfig
|
||||
url = https://github.com/neovim/nvim-lspconfig
|
||||
[submodule "neovim/pack/vendor/start/nvim-tree"]
|
||||
path = neovim/pack/vendor/start/nvim-tree
|
||||
url = https://github.com/nvim-tree/nvim-tree.lua.git
|
||||
|
|
|
@ -36,7 +36,7 @@
|
|||
ff = only
|
||||
|
||||
[core]
|
||||
pager = delta --side-by-side --width ${FZF_PREVIEW_COLUMNS-$COLUMNS}
|
||||
pager = delta
|
||||
|
||||
[interactive]
|
||||
diffFilter = delta --color-only
|
||||
|
|
|
@ -2,14 +2,8 @@
|
|||
My NeoVim configuration
|
||||
--]]
|
||||
|
||||
-- disable netrw at the very start of your init.lua
|
||||
vim.g.loaded_netrw = 1
|
||||
vim.g.loaded_netrwPlugin = 1
|
||||
|
||||
-- Plugins
|
||||
require('nvim-web-devicons').setup()
|
||||
-- require('oil').setup()
|
||||
require('nvim-tree').setup()
|
||||
require('oil').setup()
|
||||
require('gitsigns').setup()
|
||||
require('lspconfig').phpactor.setup({})
|
||||
|
||||
|
@ -18,6 +12,3 @@ vim.wo.number = true
|
|||
|
||||
vim.opt.spelllang = 'en_gb'
|
||||
vim.opt.spell = true
|
||||
|
||||
-- 24-bit colour support
|
||||
vim.opt.termguicolors = true
|
||||
|
|
1
neovim/pack/vendor/start/nvim-tree
vendored
1
neovim/pack/vendor/start/nvim-tree
vendored
|
@ -1 +0,0 @@
|
|||
Subproject commit 2a268f631da85e83b7a95291be589bcddfc785d8
|
Loading…
Add table
Add a link
Reference in a new issue