implemented copilot integration as ghost text and simplified some
keyboard shortcuts
This commit is contained in:
4
init.lua
4
init.lua
@@ -15,6 +15,8 @@ require("lazy").setup({
|
||||
{ import = "plugins" },
|
||||
-- import the following list of plugins -- this is where i put plugins with minial settings
|
||||
{
|
||||
'ThePrimeagen/vim-be-good',
|
||||
"xiyaowong/transparent.nvim",
|
||||
"karb94/neoscroll.nvim", --Smooth Scrolling
|
||||
-- 'paretje/nvim-man', -- man page syntax highlighting
|
||||
'fei6409/log-highlight.nvim', -- generic log syntax highlighting
|
||||
@@ -30,9 +32,9 @@ require("lazy").setup({
|
||||
'0xm4n/resize.nvim', -- adds commands to resize panes
|
||||
'nvim-tree/nvim-web-devicons', -- nerdfont!
|
||||
'TamaMcGlinn/vim-termhere', --simple terminal QOL
|
||||
'smjonas/inc-rename.nvim', --lsp plugin for renaming variable
|
||||
'basola21/PDFview', -- rendering pdfs in nvim
|
||||
'rcarriga/nvim-notify', -- notification manager
|
||||
{ 'smjonas/inc-rename.nvim', config = true }, --lsp plugin for renaming variable
|
||||
{ "m4xshen/hardtime.nvim", lazy = false, dependencies = { "MunifTanjim/nui.nvim" }}, --annoying
|
||||
{ "nvzone/typr", dependencies = "nvzone/volt", cmd = { "Typr", "TyprStats" }, }, --typing practice
|
||||
{ 'norcalli/nvim-colorizer.lua', config = function() require('colorizer').setup{"*"} end,}, -- preview colors
|
||||
|
||||
Reference in New Issue
Block a user