chore: remove neovim

This commit is contained in:
Alexandre Cavalheiro S. Tiago da Silva 2024-01-11 18:28:34 -03:00
parent bb0e8d8ff9
commit 8b7ded237d
Signed by: wizardlink
GPG key ID: A5767B54367CFBDF
19 changed files with 0 additions and 598 deletions

View file

@ -55,17 +55,6 @@
# Allow unfree packages
nixpkgs.config.allowUnfree = true;
# Configure NeoVim
programs.neovim = {
enable = true;
defaultEditor = true;
extraPackages = with pkgs; [
lua-language-server
stylua
];
};
# Configure fish
# The home.packages option allows you to install Nix packages into your
@ -117,7 +106,6 @@
xwaylandvideobridge
## Development
llvmPackages.clang # Required for neovim treesitter
lazygit
neofetch
vscode-extensions.vadimcn.vscode-lldb
@ -158,9 +146,6 @@
# Configuration for mako, a notification daemon.
".config/mako".source = ./programs/mako;
# Configuration for neovim, my editor.
".config/nvim".source = ./programs/nvim;
## Kvantum's theme configuration.
".config/Kvantum/Catppuccin-Frappe-Lavender" = {
source = "${pkgs.catppuccin-kvantum.override { accent = "Lavender"; variant = "Frappe"; } }/share/Kvantum/Catppuccin-Frappe-Lavender";