format with nixfmt
This commit is contained in:
parent
89382ce25e
commit
9c77d8a217
22 changed files with 847 additions and 826 deletions
|
|
@ -1,30 +1,28 @@
|
|||
# The line beneath this is called `modeline`. See `:help modeline`
|
||||
# vim: ts=4:sts=0:sw=0:tw=78:noet
|
||||
{
|
||||
# Import all your configuration modules here
|
||||
imports = [
|
||||
./colorscheme/onedark.nix
|
||||
# ./colorscheme/gruvbox.nix
|
||||
./colorscheme/onedark.nix
|
||||
# ./colorscheme/gruvbox.nix
|
||||
|
||||
./sets.nix
|
||||
./keymaps.nix
|
||||
./sets.nix
|
||||
./keymaps.nix
|
||||
|
||||
./plugins/bufferline.nix
|
||||
./plugins/comment.nix
|
||||
./plugins/fugitive.nix
|
||||
./plugins/indent-blankline.nix
|
||||
./plugins/leap.nix
|
||||
./plugins/lualine.nix
|
||||
./plugins/nvim-tree.nix
|
||||
./plugins/sleuth.nix
|
||||
./plugins/gitsigns.nix
|
||||
./plugins/which-key.nix
|
||||
./plugins/telescope.nix
|
||||
./plugins/neorg.nix
|
||||
./plugins/treesitter.nix
|
||||
./plugins/bufferline.nix
|
||||
./plugins/comment.nix
|
||||
./plugins/fugitive.nix
|
||||
./plugins/indent-blankline.nix
|
||||
./plugins/leap.nix
|
||||
./plugins/lualine.nix
|
||||
./plugins/nvim-tree.nix
|
||||
./plugins/sleuth.nix
|
||||
./plugins/gitsigns.nix
|
||||
./plugins/which-key.nix
|
||||
./plugins/telescope.nix
|
||||
./plugins/neorg.nix
|
||||
./plugins/treesitter.nix
|
||||
|
||||
./plugins/lsp/lsp.nix
|
||||
./plugins/lsp/lsp.nix
|
||||
|
||||
./plugins/extra/vim-rhubarb.nix
|
||||
./plugins/extra/vim-rhubarb.nix
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue