lots of stuff
Signed-off-by: gwg313 <gwg313@pm.me>
This commit is contained in:
parent
cf1df09a9e
commit
58f06d6729
55 changed files with 2154 additions and 584 deletions
|
|
@ -8,6 +8,8 @@
|
|||
loaded_python_provider = 0; # Python 2
|
||||
};
|
||||
|
||||
colorscheme = "base16-atelier-sulphurpool-light";
|
||||
|
||||
clipboard = {
|
||||
# Use system clipboard
|
||||
register = "unnamedplus";
|
||||
|
|
|
|||
10
home-manager/modules/neovim/plugins/base16.nix
Normal file
10
home-manager/modules/neovim/plugins/base16.nix
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
{ ... }:
|
||||
{
|
||||
programs.nixvim = {
|
||||
colorschemes.base16 = {
|
||||
enable = true;
|
||||
colorscheme = "atelier-sulphurpool-light";
|
||||
autoLoad = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
@ -99,6 +99,7 @@
|
|||
fsharp = [ "fantomas" ];
|
||||
go = [ "gofmt" ];
|
||||
haskell = [ "ormolu" ];
|
||||
java = [ "google-java-format" ];
|
||||
javascript = [
|
||||
[
|
||||
"prettierd"
|
||||
|
|
|
|||
|
|
@ -3,7 +3,8 @@ _: {
|
|||
# ./none-ls.nix
|
||||
./autopairs.nix
|
||||
./bufferline.nix
|
||||
./catppuccin.nix
|
||||
./base16.nix
|
||||
# ./catppuccin.nix
|
||||
./comment.nix
|
||||
./conform.nix
|
||||
./clangd-extensions.nix
|
||||
|
|
|
|||
|
|
@ -101,6 +101,7 @@
|
|||
#
|
||||
# initOptions.compilationDatabaseDirectory = "build";
|
||||
# };
|
||||
jdtls.enable = true;
|
||||
clangd = {
|
||||
enable = true;
|
||||
filetypes = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue