add more config

This commit is contained in:
Sridhar Ratnakumar 2024-02-08 10:18:28 -05:00
parent fade0fc06b
commit 00af970f12

View file

@ -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 = {