forked from foxora/nix
neovim: added gitsigns, moved color stuff into colors.lua, modified telescope and fyler
This commit is contained in:
parent
1d6eec78f0
commit
c2a581e1be
8 changed files with 296 additions and 82 deletions
|
|
@ -162,10 +162,15 @@ in {
|
|||
comment = [
|
||||
comment-nvim
|
||||
];
|
||||
git = [
|
||||
resolve-nvim
|
||||
vim-fugitive
|
||||
];
|
||||
git = {
|
||||
merge = [
|
||||
resolve-nvim
|
||||
vim-fugitive
|
||||
];
|
||||
gitsigns = [
|
||||
gitsigns-nvim
|
||||
];
|
||||
};
|
||||
lang = {
|
||||
java = [
|
||||
nvim-jdtls
|
||||
|
|
@ -247,7 +252,10 @@ in {
|
|||
format = true;
|
||||
comment = true;
|
||||
|
||||
git = false; # not really setup yet
|
||||
git = {
|
||||
merge = false; # not really setup yet.. </3
|
||||
gitsigns = true;
|
||||
};
|
||||
|
||||
lang = {
|
||||
lua.lsp = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue