nvim: highlight trailing whitespaces
This commit is contained in:
parent
9ef7e27f79
commit
b6f36c12a0
@ -1,11 +1,8 @@
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
# Trailing spaces in status line
|
||||
|
||||
imports = [
|
||||
./telescope.nix
|
||||
];
|
||||
|
||||
programs.nixvim = {
|
||||
colorscheme = "sonokai";
|
||||
enable = true;
|
||||
@ -14,6 +11,7 @@
|
||||
pkgs.vimPlugins.nvim-lspconfig
|
||||
pkgs.vimPlugins.polyglot
|
||||
pkgs.vimPlugins.sonokai
|
||||
pkgs.vimPlugins.vim-better-whitespace
|
||||
];
|
||||
globals = {
|
||||
mapleader = ",";
|
||||
|
Loading…
x
Reference in New Issue
Block a user