diff options
Diffstat (limited to 'neovim/fnl/conf/init.fnl')
| -rw-r--r-- | neovim/fnl/conf/init.fnl | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/neovim/fnl/conf/init.fnl b/neovim/fnl/conf/init.fnl new file mode 100644 index 0000000..4d10062 --- /dev/null +++ b/neovim/fnl/conf/init.fnl @@ -0,0 +1,10 @@ +(tset (. vim "g") "mapleader" " ") +(tset (. vim "g") "maplocalleader" " ") + +(vim.cmd "colorscheme gruvbox-material") + +(let [ts (require :nvim-treesitter.configs)] + (ts.setup + {:highlight {:enable true}})) + +(require :conf.pkgs) |
