Compare commits

..

No commits in common. "6924f66ba7d68213852a0e470b1493f1001e515f" and "79e147db3ae23fefa27b6304b518e00ac5d3c958" have entirely different histories.

4 changed files with 2 additions and 15 deletions

3
.gitmodules vendored
View file

@ -34,6 +34,3 @@
[submodule "neovim/pack/vendor/start/nvim-lspconfig"] [submodule "neovim/pack/vendor/start/nvim-lspconfig"]
path = neovim/pack/vendor/start/nvim-lspconfig path = neovim/pack/vendor/start/nvim-lspconfig
url = https://github.com/neovim/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

View file

@ -36,7 +36,7 @@
ff = only ff = only
[core] [core]
pager = delta --side-by-side --width ${FZF_PREVIEW_COLUMNS-$COLUMNS} pager = delta
[interactive] [interactive]
diffFilter = delta --color-only diffFilter = delta --color-only

View file

@ -2,14 +2,8 @@
My NeoVim configuration 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('nvim-web-devicons').setup()
-- require('oil').setup() require('oil').setup()
require('nvim-tree').setup()
require('gitsigns').setup() require('gitsigns').setup()
require('lspconfig').phpactor.setup({}) require('lspconfig').phpactor.setup({})
@ -18,6 +12,3 @@ vim.wo.number = true
vim.opt.spelllang = 'en_gb' vim.opt.spelllang = 'en_gb'
vim.opt.spell = true vim.opt.spell = true
-- 24-bit colour support
vim.opt.termguicolors = true

@ -1 +0,0 @@
Subproject commit 2a268f631da85e83b7a95291be589bcddfc785d8