Compare commits
3 commits
119e6df3c5
...
76b06f09c9
Author | SHA1 | Date | |
---|---|---|---|
76b06f09c9 | |||
7643ed1550 | |||
4b8c4ae091 |
3 changed files with 20 additions and 1 deletions
|
@ -8,7 +8,6 @@
|
|||
nixCats.url = "github:BirdeeHub/nixCats-nvim";
|
||||
|
||||
devenv.url = "github:cachix/devenv";
|
||||
marleyos.url = "git+https://codewith.babesonthe.net/punkfairie/marleyos";
|
||||
|
||||
neovim-nightly-overlay = {
|
||||
url = "github:nix-community/neovim-nightly-overlay";
|
||||
|
@ -309,6 +308,7 @@
|
|||
# Custom
|
||||
cutlass-nvim
|
||||
diffview-nvim
|
||||
lexima-vim
|
||||
nerdy-nvim
|
||||
nvim-emmet
|
||||
rose-pine
|
||||
|
|
13
lua/plugins/blink-cmp.lua
Normal file
13
lua/plugins/blink-cmp.lua
Normal file
|
@ -0,0 +1,13 @@
|
|||
return {
|
||||
{
|
||||
'saghen/blink.cmp',
|
||||
|
||||
---@module 'blink.cmp'
|
||||
---@type blink.cmp.Config
|
||||
opts = {
|
||||
ghost_text = {
|
||||
enabled = false,
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
6
lua/plugins/lexima-vim.lua
Normal file
6
lua/plugins/lexima-vim.lua
Normal file
|
@ -0,0 +1,6 @@
|
|||
return {
|
||||
{
|
||||
'cohama/lexima.vim',
|
||||
event = 'DeferredUIEnter',
|
||||
},
|
||||
}
|
Loading…
Reference in a new issue