diff options
-rw-r--r-- | .config/nvim/lua/mappings.lua | 3 | ||||
-rw-r--r-- | .config/nvim/lua/plugins.lua | 4 |
2 files changed, 0 insertions, 7 deletions
diff --git a/.config/nvim/lua/mappings.lua b/.config/nvim/lua/mappings.lua index db2a552..1512fee 100644 --- a/.config/nvim/lua/mappings.lua +++ b/.config/nvim/lua/mappings.lua | |||
@@ -59,9 +59,6 @@ vim.keymap.set('n', 'X', 'D') | |||
59 | -- change into pwd of current directory | 59 | -- change into pwd of current directory |
60 | vim.keymap.set('n', '<Leader>cd', ':lcd %:p:h<CR>:pwd<CR>') | 60 | vim.keymap.set('n', '<Leader>cd', ':lcd %:p:h<CR>:pwd<CR>') |
61 | 61 | ||
62 | -- press \g and start writing prose | ||
63 | vim.keymap.set('n', '<Leader>g', ':Goyo<CR>') | ||
64 | |||
65 | -- call CreatePaper on word below cursor | 62 | -- call CreatePaper on word below cursor |
66 | vim.keymap.set('n', '<leader>np', 'gewi[[/papers/<ESC>Ea]]<ESC>bb:call CreatePaper(expand("<cword>"))<CR>') | 63 | vim.keymap.set('n', '<leader>np', 'gewi[[/papers/<ESC>Ea]]<ESC>bb:call CreatePaper(expand("<cword>"))<CR>') |
67 | 64 | ||
diff --git a/.config/nvim/lua/plugins.lua b/.config/nvim/lua/plugins.lua index af639e3..f0aaa3a 100644 --- a/.config/nvim/lua/plugins.lua +++ b/.config/nvim/lua/plugins.lua | |||
@@ -104,10 +104,6 @@ return require('packer').startup(function() | |||
104 | 104 | ||
105 | -- personal wiki | 105 | -- personal wiki |
106 | use 'vimwiki/vimwiki' | 106 | use 'vimwiki/vimwiki' |
107 | -- centers the writing | ||
108 | use 'junegunn/goyo.vim' | ||
109 | -- highlights the current paragraph | ||
110 | use 'junegunn/limelight.vim' | ||
111 | -- change ASCII text to Turkish text | 107 | -- change ASCII text to Turkish text |
112 | use 'yigitsever/turkish-deasciifier.vim' | 108 | use 'yigitsever/turkish-deasciifier.vim' |
113 | 109 | ||