This commit is contained in:
Omixxx 2023-02-28 14:36:03 +01:00
parent 66954fc125
commit 46d493db65
2 changed files with 29 additions and 33 deletions

View file

@ -87,6 +87,7 @@ require('lazy').setup({
'neovim/nvim-lspconfig',
dependencies = {
-- Automatically install LSPs to stdpath for neovim
'williamboman/mason.nvim',
'williamboman/mason-lspconfig.nvim',
@ -170,7 +171,6 @@ require('lazy').setup({
end,
},
-- NOTE: Next Step on Your Neovim Journey: Add/Configure additional "plugins" for kickstart
-- These are some example plugins that I've included in the kickstart repository.
-- Uncomment any of the lines below to enable them.
@ -216,8 +216,6 @@ require('orgmode').setup({
vim.o.hlsearch = true
vim.cmd [[highlight Search guifg=#292e42 guibg=#bb9af7]]
-- Make line numbers default
vim.wo.number = true