adding copilot and harpoon
This commit is contained in:
parent
f0287843d8
commit
3106037ce8
3 changed files with 24 additions and 2 deletions
6
init.lua
6
init.lua
|
|
@ -162,7 +162,9 @@ require('lazy').setup({
|
|||
-- 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.
|
||||
require 'lornest.plugins.fugitive',
|
||||
require 'lornest.plugins.fugitive',
|
||||
require 'lornest.plugins.harpoon',
|
||||
require 'lornest.plugins.copilot',
|
||||
-- require 'kickstart.plugins.autoformat',
|
||||
-- require 'kickstart.plugins.debug',
|
||||
|
||||
|
|
@ -180,7 +182,7 @@ require('lazy').setup({
|
|||
-- NOTE: You can change these options as you wish!
|
||||
|
||||
-- Set highlight on search
|
||||
vim.o.hlsearch = true
|
||||
vim.o.hlsearch = true
|
||||
|
||||
-- Make line numbers default
|
||||
vim.wo.number = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue