First working setup in order to superseede Emacs
This commit is contained in:
14
init.lua
Normal file
14
init.lua
Normal file
@@ -0,0 +1,14 @@
|
||||
if vim.g.neovide then
|
||||
-- Put anything you want to happen only in Neovide here
|
||||
vim.print(vim.g.neovide_version)
|
||||
vim.g.neovide_cursor_animation_length = 0
|
||||
vim.g.neovide_scroll_animation_length = 0
|
||||
end
|
||||
|
||||
vim.o.guifont = "Source Code Pro:h14" -- text below applies for VimScript
|
||||
|
||||
require('options')
|
||||
require('plugins')
|
||||
require('colorscheme')
|
||||
require('lsp')
|
||||
require('keybindings')
|
||||
Reference in New Issue
Block a user