diff options
author | Ryan Schanzenbacher <ryan@rschanz.org> | 2023-05-05 01:22:35 -0400 |
---|---|---|
committer | Ryan Schanzenbacher <ryan@rschanz.org> | 2023-05-05 01:22:35 -0400 |
commit | b081473eaa08537dee157d6810de49ca71adf0e1 (patch) | |
tree | 3a6e0d0f4f4852e2d7183c0a478767f41e6db031 /home-config/nvim | |
parent | e7779b9f07b77b113550b82070825fa7f08d8f72 (diff) |
half baked changes that need fixing
Diffstat (limited to 'home-config/nvim')
-rw-r--r-- | home-config/nvim/config/init.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home-config/nvim/config/init.vim b/home-config/nvim/config/init.vim index 0934e02..447da4a 100644 --- a/home-config/nvim/config/init.vim +++ b/home-config/nvim/config/init.vim | |||
@@ -53,7 +53,7 @@ require('orgmode').setup({ | |||
53 | vim.opt.conceallevel = 2 | 53 | vim.opt.conceallevel = 2 |
54 | vim.opt.concealcursor = nc | 54 | vim.opt.concealcursor = nc |
55 | 55 | ||
56 | local lspconfig = require('lspconfig') | 56 | --local lspconfig = require('lspconfig') |
57 | END | 57 | END |
58 | 58 | ||
59 | "asynccomplete Auto Complete Config | 59 | "asynccomplete Auto Complete Config |