style: formatted lua source
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 26s
Details
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 26s
Details
This commit is contained in:
parent
252bfae0b0
commit
c69a88e20f
1
init.lua
1
init.lua
|
@ -1,4 +1,3 @@
|
|||
|
||||
--
|
||||
-- Initialize Neovim configuration
|
||||
-- ..............................................
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
|
||||
--
|
||||
-- Icons
|
||||
--
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
|
||||
--
|
||||
-- Global custom plugin agnostic keymaps
|
||||
-- ..............................................
|
||||
|
@ -88,7 +87,6 @@ local keymaps = {
|
|||
local file_type = vim.api.nvim_buf_get_option(buf, 'filetype')
|
||||
|
||||
if buf_type == '' then
|
||||
|
||||
-- check if buffer is in ignore
|
||||
in_ignore = false
|
||||
for _, v in ipairs(ignore) do
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
|
||||
--
|
||||
-- Bootstrap and start Lazy.nvim plugins
|
||||
-- manager.
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
|
||||
--
|
||||
-- Neovim and VIM global configuration
|
||||
-- and options
|
||||
|
@ -41,4 +40,3 @@ opt.smartindent = true
|
|||
vim.g.loaded_netrw = 1
|
||||
vim.g.loaded_netrwPlugin = 1
|
||||
vim.g.inlay_hints_visible = true
|
||||
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
|
||||
--
|
||||
-- User interface configuration
|
||||
--
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
|
||||
|
||||
--
|
||||
-- Global custom plugin agnostic keymaps
|
||||
--
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
|
||||
--
|
||||
-- Improve the default vim.ui interfaces
|
||||
--
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
|
||||
--
|
||||
-- Super fast git decorations implemented purely in Lua
|
||||
--
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
|
||||
--
|
||||
-- Identation markers
|
||||
--
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
|
||||
--
|
||||
-- Mini plugin library
|
||||
--
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
|
||||
--
|
||||
-- Pretty file tree with various sources
|
||||
--
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
|
||||
--
|
||||
-- Start config for builtin Neovim language server protocol client
|
||||
--
|
||||
|
@ -64,7 +63,6 @@ return {
|
|||
function(server_name) -- default handler (optional)
|
||||
require("lspconfig")[server_name].setup({
|
||||
on_attach = function(client, bufnr)
|
||||
|
||||
-- optionally enable inlay hints
|
||||
-- Source: https://www.reddit.com/r/neovim/comments/14em0f8/how_to_use_the_new_lsp_inlay_hints/
|
||||
-- ..............................................
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
|
||||
--
|
||||
-- Prettier user interface for VIM notifications.
|
||||
--
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
|
||||
--
|
||||
-- Tree sitter syntax highlightning
|
||||
--
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
|
||||
--
|
||||
-- Super fast git decorations implemented purely in Lua
|
||||
--
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
|
||||
--
|
||||
-- Dim all non active scopes using tree sitter
|
||||
--
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
|
||||
--
|
||||
-- Mark all occurances of the word under the current cursor
|
||||
--
|
||||
|
|
Loading…
Reference in New Issue