Initial tidy up of neovim config

This commit is contained in:
Jonny Barnes 2026-02-13 21:04:50 +00:00
commit 5ad13bcd09
Signed by: jonny
SSH key fingerprint: SHA256:CTuSlns5U7qlD9jqHvtnVmfYV3Zwl2Z7WnJ4/dqOaL8
8 changed files with 9 additions and 43 deletions

View file

@ -2,20 +2,19 @@
My NeoVim configuration
--]]
-- disable netrw at the very start of your init.lua
-- Plugins
-- nvim-tree recommends disabling netrw (vims file explorer)
vim.g.loaded_netrw = 1
vim.g.loaded_netrwPlugin = 1
--require("nvim-tree").setup()
-- Plugins
require('nvim-web-devicons').setup()
-- require('oil').setup()
require('nvim-tree').setup()
require('gitsigns').setup()
require('lspconfig').phpactor.setup({})
--require('gitsigns').setup()
-- Editor options
vim.wo.number = true
-- show line numbers
vim.opt.number = true
-- set spelling to British English
vim.opt.spelllang = 'en_gb'
vim.opt.spell = true

@ -1 +0,0 @@
Subproject commit e784e5a078f993f7218b8a857cb581d5b9ca42dc

@ -1 +0,0 @@
Subproject commit 3ad562700d0615818bf358268ac8914f6ce2b079

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

@ -1 +0,0 @@
Subproject commit c0cfc1738361b5da1cd0a962dd6f774cc444f856

@ -1 +0,0 @@
Subproject commit 10fbfdd37b6904c0776c5db1a27ab47eecba335e