mirror of
https://github.com/srid/nixos-config.git
synced 2026-01-09 17:52:36 +08:00
add more config
This commit is contained in:
parent
fade0fc06b
commit
00af970f12
1 changed files with 12 additions and 0 deletions
|
|
@ -3,8 +3,20 @@
|
|||
enable = true;
|
||||
|
||||
colorschemes.ayu.enable = true;
|
||||
options = {
|
||||
expandtab = true;
|
||||
shiftwidth = 4;
|
||||
smartindent = true;
|
||||
tabstop = 4;
|
||||
};
|
||||
globals = {
|
||||
mapleader = " ";
|
||||
};
|
||||
plugins = {
|
||||
lightline.enable = true;
|
||||
treesitter.enable = true;
|
||||
lsp-lines.enable = true;
|
||||
illuminate.enable = true;
|
||||
lsp = {
|
||||
enable = true;
|
||||
servers = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue